Dark Horse programmer-6. uitableview

Source: Internet
Author: User

Compared with other views, uitableview is widely used. It works with uitableview to use cell. You can customize cells, including content styles, in programs.


Uitableview requires a data source)

<Uitableviewdatasource> declare in viewcontroller

When doing tableview, you need to have the Controller act as a proxy.

Call a method in the Controller to operate tableview

Common Methods:

-(Nsinterger) Counts // sets the number of groups-(nsinterger) numberofrowsinsection // sets the number of rows in each group-(uitableviewcell *) tableview :( uitableview *) tableview cellforrowatindexpath :( nsindexpath //
-(Nsstring *) tableview :( uitableview *) tableview titleforheaderinsection :( nsinteger) Section // sets the header title displayed in the section group.
-(Nsstring *) tableview :( uitableview *) tableview titleforfooterinsection :( nsinteger) Section // sets the tail title of the section group.
-(Cgfloat) tableview :( uitableview *) tableview heightforrowatindexpath :( nsindexpath *) indexpath // you can specify the Row Height.


Dark Horse programmer-6. uitableview

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.