IOS Training
IOS Course Content
Chapter 1: (Demo)
- Introduction to iOS technology
- iPhone Application Development tools
- iPhone application Structure
- Starting a project with Sample of Hello world application
- XCode IDE Structure
Chapter 2:
- Introduction to Objective C
- Objective C Basics
Chapter 3:
- Objective C Advanced concepts
- Memory Management
- Init () & Dealloc() methods
- Usage of Loggers into the application
Chapter 4:
- iPhone Application life cycle
- Creating a Hello world application
- Creating the UI using Interface builder (IB Outlet)
- Creating Sample application
Chapter 5:
- NSString Class
- NSArray/MutableArray Class
- NSDictionary/MutableDictionary class
- NSDate Class
- Creating Sample application
Chapter 6:
- Creating UILabel, UIButton, UISwitch Using Interface builder (IB Outlet).
- Creating Image handling, Textfield &
- NSDictionary/MutableDictionary claCreating Picker, date Picker
- Creating Views programmatically.
- Creating Sample application
Chapter 7:
- Creating ViewController
- Creating TableView Controller
- Creating Navigation Controller
- Creating Sample application Chapter 8:
- Creating TabBar Controller
- ToolBar Controller
- Webview controller
- Creating Sample application Chapter 9:
- Implementing UIAnimations
- Handling touch events
- Creating Sample application Chapter 10:
- Mapkit framework
- Corelocation framework
- Addressbook framework
- Creating Sample application Chapter 11:
- NSUserdefaults
- SQLite database
- Code data
- Creating Sample application Chapter 12:
- Multithread Mechanism
- Playing Audio & video
- Creating Sample application Chapter 13:
- Webservice Application (client server communication through HTTP protocol)
- Instruments & Debugging technics
- Creating Sample application Chapter 14:
- Making a call from Phone
- Handling the mail message through Phone
- Handling the Gestures
- Creating Sample application