In the settings on the iphone, there is text between some of the UITableView sections. Sometimes larger text, sometimes smaller text. How do I do this?
Safari http://www.zedsaid.com/__data/assets/image/0019/1765/safari.png
I would like to know how to do the “Security” text, as well as the “Warn when visiting fraudulent websites.” text.
Ideas?
They are section headers and footers. You can set them in table view datasource
tableView:titleForHeaderInSection:andtableView:titleForFooterInSection:methods