NU - iOS App Development
Ctrlk
  • Welcome!
  • Getting Started
    • Preparing your Development Environment
    • Setting up Xcode
  • Swift: the programming language
    • 1. Variables, Data types, and more.
  • 2. Collections
  • 3. Operators
  • 4. Conditionals
  • 5. Loops
  • 6. Functions
  • 7. Closures
  • 8. Optionals
  • 9. Creating your own data types
  • 10. Protocols
  • 11. Sorting Arrays
  • iOS Development with UIKit
    • 1. Creating our first app
  • 2. Designing without Drag and Drop
  • 3. Our first Multi-screen App
  • 4. Separating code: View from the Controller
  • 5. UITableView, and more
    • 5.1. Expense App
    • 5.2. First screen, part 1: Adding a Bar Button
    • 5.3. First screen, part 2: Setting up the View of the First Screen with TableView.
    • 5.4. First screen, part 3: Setting up the View Controller and populating TableView
    • 5.5. Second screen, part 1: Setting up the View of the Add Expense Screen
    • 5.6. Second screen, part 2: Setting up Add Expense View Controller
    • 5.7. Second screen, part 3: Send new expense back to ViewController and update the TableView
    • 5.8. Tapping a cell in TableView and Practice exercise
    • 5.9. Reference Code
  • 6. UIMenu, Picking Images from Gallery and Camera, and UIImageView
  • 7. Notification Center
  • 8. UIScrollView
  • 9. Cocoa Pods
  • 10. Making the app communicate over the Internet
  • 11. Working with APIs and JSON
  • 12. Firebase Authentication and Firestore
  • 13. Firebase Storage
  • 14. UIMapKit: Working with Location and Maps
  • Decluttering Code
    • 1. Writing clean code for Asynchronous operations
  • Useful Tools and UI Elements
    • Hiding Keyboard when tapped outside
    • Slide Up the View for On-screen Keyboard
    • Embed Navigation Controller from code (Not Storyboard)
    • Saving small data when the App is not running (session or other state variables)
    • Stack View
    • Tab Bar Controller
    • Search Bar
    • Bottom Sheet View: Modal Presentation
Powered by GitBook
On this page
  1. 5. UITableView, and more

5.9. Reference Code

46KB
App5.zip
archive
Open
Previous5.8. Tapping a cell in TableView and Practice exerciseNext6. UIMenu, Picking Images from Gallery and Camera, and UIImageView

Last updated 2 years ago

Was this helpful?

Was this helpful?