Apple IOS Training Provided by ITBMS
Apple IOS free videos and free material uploaded by ITBMS staff .
Why iOS, Model View-Controller Design Paradigm
Intro to Objective-C, Advanced Objective-C
Views (View Life Cycle)
Controllers, Controllers of Controllers
Handling Gestures
Content Display
Persistent Storage
Blocks and Multithreading
Advanced Service
Uploading to the App Store
The IOS user interface is based upon direct manipulation, using multi-touch gestures. Interface control elements consist of sliders, switches, and buttons. Interaction with the OS includes gestures such as swipe, tap, pinch, and reverse pinch, all of which have specific definitions within the context of the IOS operating system and its multi-touch interface. Internal accelerometers are used by some applications to respond to shaking the device (one common result is the undo command) or rotating it in three dimensions (one common result is switching between portrait and landscape mode).
Write a public review