iOS App Development Overview of iOS Basics - Objective C
- Basic Objective-C Syntax
- Numbers/, variables/, and strings
- If / else statements/, different types of equality
- Loops/, arrays/, dictionaries/, simple data types vs. objects
- Properties and scope
- Application Design Patterns
- MVC
- Targetaction
- Delegation
- Xcode
- Setup Development Environment
- Debugger
- iOS Simulator
- Object Library Elements (Labels/, TextFields/, Buttons/, Switch/, Slider )
- Storyboard (segues/, outlets/, actions and Basic Layout Design)
- View & View Controller Basics
- View Controller Lifecycle
- Data Transfer between View Controllers
- Navigation
- Navigation Controller
- TabBarController
- Using TableView
- What is TableView
- UITableViewCell Class & Custom Cell Design
- UITableView Delegate & Data Source
- Using PickerView & WebView
- UIPickerView Basics
- PickerView Delegate & Data Source
- UIWebView Basics
- Adding Loading Indicators & handling Success/, Failure
- Accessing integrated iOS Apps
- Mail
- Safari
- Message
- Camera
- Photo Library
-
- NSUserDefaults
- Alerts
- Timers
- Basic Networking
- Basic UI Animations
- Threads/, Blocks And Grand Central Dispatch(GCD)
- Observers and Notifications
|