Introduction to Xcode
- Setting up your development environment
- Installing Xcode and the iOS SDK
- Architecture of Xcode IDE
- Workflow of Application development
- Introduction to Xcode workspace and Interface Builder
- Your own first iOS App
- Hello world application
- Running your application
Swift Programming
- Coding in Swift
- Basics of Swift Programming
- Variables,Constants
- Arrays & Collection
- Enums
- Functions
- Exception handling
- Protocols
- Closures
- Concept of ARC
- Memory Management