Description
What will you learn:-
- Even if you have no Objective-C or iOS experience, 15 step-by-step chapters will show you how to code iPhone and iPad apps
- Each chapter includes video lectures that graphically show everything
- For each section, there are source codes and exercises
- A discussion board where you may ask inquiries and obtain immediate answers to your difficulties
- Setup instructions to assist you in setting up your development environment!
- Everything is recorded for your convenience
Syllabus:-
-
Working Files - Download These First
-
What You Will Learn
-
iOS Platform Overview
-
Using The iOS Dev Cente
-
Getting The SDK
-
Hello iOS
-
Understanding The Skeleton App
-
iPhone iPad And Universal Apps
-
Provisioning Your Devic
-
Xcode Overview
-
Customizing Xcode
-
Using Interface Builder
-
Using The Simulator
-
Using The Organizer
-
Key Xcode Tips
-
Objective-C_Overview
-
Creating Classes
-
Declaring And Implementing Methods
-
Sending Messages
-
Memory Management
-
Creating Object Instances
-
Automatic Reference Counting
-
Declared Properties
-
Coding Convention
-
Working With Strings
-
Extending With Categories
-
Using The Xcode Debugger
-
Working With Numbers
-
Collections - Part 1: Arrays
-
Collections - Part 2 Dictionaries
-
Understanding MVC
-
View Controller Overview
-
Installing Custom Xcode File Templates
-
Creating The iMusic App
-
Understanding View Loading
-
Responding To Display Related Callbacks
-
Target-Action Pattern
-
Presenting Modal View Controller
-
Understanding Views
-
Creating Views Programmatically
-
Building The Main User Interface
-
Defining IBOutlets
-
Working With Images And Image Views
-
Handling Images On Retina Devices
-
Creating Pattern Images
-
Customizing Button
-
Building The Data Model
-
Archiving Data
-
Understanding Protocols
-
Adopting NSCoding
-
Persisting The Data Model
-
Advanced Data Option
-
Using iOS Table Views
-
Introducing A Navigation Controller
-
Building The Music List View Controller
-
Providing The Table Data
-
Enabling Behavior With Delegation
-
Adding Swipe To Delete
-
Deleting An Albu
-
Storyboarding iMusic
-
Adding A Custom Music List Cell
-
Animating The Cell's Delete Behavior
-
Building The Detail View UI
-
Building The Detail View Controller
-
Passing Data Between Scenes
-
Opening The Album In iTunes
-
Prototyping The Search UI - Part 1
-
Prototyping The Search UI - Part 2