Skip to content

Instantly share code, notes, and snippets.

@RNHTTR
Last active September 28, 2017 00:39
Show Gist options
  • Save RNHTTR/727837613e776c55c87872ac25aa151a to your computer and use it in GitHub Desktop.
Save RNHTTR/727837613e776c55c87872ac25aa151a to your computer and use it in GitHub Desktop.
Learn about how UITableViews are used in Swifty Docs
UITableView is a fundamental tool within the UIKit framework that all Swift
developers should be familiar with. Table views are all over iOS apps,
including several apps that shipped natively on your iPhone. Your inbox on
the Mail app makes use of a UITableView. The Settings app is riddled with
UITableViews. The Notes, Contacts, and Reminders apps all use UITableViews,
too. I think you get it - table views are all over the place!
Check out the table views in this app and see how they were created by the
"About" button in the top-right corner of each view controller.
Let's get started!
Happy coding!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment