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
Post a Comment