Best iOS Training Institute & Best iOS Training Institute in Ghaziabad
What you should know?
- Requirements: installing the SDK
- Becoming a registered Apple Developer
- Joining the iOS Developer Program
- Creating a simple iOS application
- The four pillars of iOS application development
- CLS(Common Language Specification)
Memory Management
- Reference Counting
- Auto Release Pools
- Retain count management
- Target and Action Design Pattern
View Controllers
- MVC Design pattern
- Basic of View Controller
- Life Cycle of View Controller
- Types of View Controller
- Creation of View Controller
- Using Interface Builder
- Programmatically
UIKit
- Button, Segmented Control
- Switch
- Stepper
- Setting target and Actions
- Implementing methods
Views and Bars
- Image View, Scroll View, Text View, Table view, Picker View
- Alert View, and Activity Indicator View, Progress View, WebView
- Tab Bar, Tool Bar, Search Bar
- All the Above with Delegate Gestures and Animation
- Gestures (Tap, Swipe, Long Press and Pinch)
- Navigation Styles and Presentation Styles
- UIView Animations, Button Animation, Rotating Image, Scaling Views
Making Connections
- Setting Connections to UIViews
- Setting Target and action
- Deploying an application
- Application lifecycle
- Summary
Data Storage
- Different types of Storage
- NSUserDefaults
- SQLite
- Files
- Core Data
- Saving and loading data from property list files
Core Data
- Basics of Core Data
- Store/Retrieve data using core data framework
- Build Sample app using core data
- Summary