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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -