Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.41 KB

File metadata and controls

57 lines (42 loc) · 1.41 KB

IOSTraining

Tutorials:

1. Lession 1: Swift

  • Variables, type, String, Operators
  • Structural condition, structural loop in swift
  • Declare array/ dictionary/ set
  • Function Type
  • Closure
  • Enum
  • Struct & Class

Link: #1

2. Lession 2: Introduction component of a project & important UIView

  • Xcode Interface/ Simulator
  • Main component of a IOS Project
  • Simple UI Important (Often used)
  • Outlet - Action (Handle Event)

Link: #2

3. Lession 3: Auto Layout

  • Brief of AutoLayouts, AutoLayout with constraint
  • Auto Layout Without Constraints
  • AutoLayout SizeClass, ScrollView, TableView
  • AutoLayout with NSLayoutContrains, NSLayoutAnchor

Link: #3

4. Lession 4: NavigationController & LifeCycle Of ViewController

  • NavigationController
  • Presentation
  • LifeCycle Of App
  • LifeCycle Of ViewController
  • Additional Techniques

Link: #5

5. Lesson 5: UITableView

Link: #6

6. Lesson 6: GCD/JSON/SERVICE

  • GCD (Grand Central Dispatch)
  • NSOperation
  • JSON
  • Service

Link: #7

7. Lesion 7: Notification (Local, Remote)/ Sqlite/ Core Data

Link: #8

Project

TBD