iphone - Adding description between Section in UITableViewController -


just wanted ask if there easy way add description text between sections in uitableviewcontroller ? can take @ want in "settings > general > keyboard" in iphone/ipod.

section footers used descriptions. so, implement following uitableviewdatasource method in subclass of uitableviewcontroller:

- (nsstring *)tableview:(uitableview *)tableview titleforfooterinsection:(nsinteger)section 

for more information see documentation.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -