Skip to content

Latest commit

 

History

History
417 lines (214 loc) · 29.4 KB

iOS Topics and References.md

File metadata and controls

417 lines (214 loc) · 29.4 KB

Objective-C & iOS

  1. Object-Oriented Programming:

###Syntax:

###Basic Object-Oriented Programming:

  1. Xcode:

  1. Objective-C programming language

###Foundation:

  1. Cocoa Design Pattern

About Cocoa Design Pattern, I can’t see any better resource than the book from Erik M. Buck and Donald A. Yacktman. This book has many good review. Beside that, there are some small topics related to this topic(In Junfeng listings) like Introspection, Toll-Free Bridge, Receptionist pattern…. you can read it on The Concept of Objective-C Programming.

  1. Cocoa Touch

###UIKit:

###UIKit Dynamics and Motion Effect:

###Push Notification

###MapKit:

###Game Center:

###Ads

###TextKit

###AirDrop

###Auto Layout

###UI State Preservation

###Multitasking

###Gesture Recognizers

###Standard System View Controllers:

  • Simple example. Pls read cookbook Chap 16.

  • Many stuff like: Display or edit contact information, Create or edit calendar events, Compose an email or SMS message, Open or preview the contents of a file, Take a picture or choose a photo from the user’s photo library, Shoot a video clip, .... Pls google it. You will find the shortest way to do this or recommendation opensource.

  1. Graphics and Media

-For simple introduction. Pls read cookbook Chap 17.

###Core Graphics

###Core Animation

Core Image

OpenGL ES and GLKit

###Core Text

###Image I/O

- Image I/O Programming Guide from Apple.

###AssetsLibrary

Media Player

###AVFoundation

###OpenAL

###Core Audio

###Core Video

###AirPlay

  1. Core Services

###CoreData

###Grand Central Dispatch(GCD)

###In-App Purchase

###JavaScriptCore

###P2P Services

###iCloud Storage

###Core Location

###Core Motion

###EventKit

###Newsstand

###Passbook

- Passbook Programming Guide from Apple.

  1. CoreOS