开发者

Adding description between Section in UITableViewController

Just wanted to ask you if there is an easy way to add description text between sections in UITableViewController ? You can take a look at what I want to do in开发者_运维问答 "Settings > General > Keyboard" in your iPhone/iPod.


Section footers are often used for descriptions. So, implement the following UITableViewDataSource method in your subclass of UITableViewController:

- (NSString *)tableView:(UITableView *)tableView titleForFooterInSection:(NSInteger)section

For more information see the documentation.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜