Last active
September 28, 2017 00:39
-
-
Save RNHTTR/727837613e776c55c87872ac25aa151a to your computer and use it in GitHub Desktop.
Learn about how UITableViews are used in Swifty Docs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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