Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 474 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 474 Bytes

Sample_Steps_iOS_App

Step By Step Example of iOS App to explain Table View Controller

  1. Download the folder on your mac
  2. Open APLLESample1.xcodeproj in APLLESample1 folder in Xcode application
  3. Run the application. The code is for basic table view controller with dynamic values
  4. Open APLLESample2.xcodeproj in APLLESample2 folder in Xcode application
  5. Run the application. The code demonstrates passing value from one controller to another