Compiled Chronicles

An archive of software development blog by Angelo Villegas

Tag: UITableView

  • iOS: Table View using Property List

    Table Views are the most common object used to display lists of data to the user. This objects are highly configurable, they can be made to look different things. Mail, Contacts, and Messages to name a few apps using the Table View. Mail uses table view to display lists of accounts, folders, and messages, but…