IFD:IPhone-Dev: Difference between revisions

From Medien Wiki
Line 46: Line 46:
** [[iPhone_WebApps|iPhone Web Applications]]
** [[iPhone_WebApps|iPhone Web Applications]]
* [[IPhoneDev|iPhone Development]] (Übersicht, SDK-Download, Links, Literatur)
* [[IPhoneDev|iPhone Development]] (Übersicht, SDK-Download, Links, Literatur)
** [[XCode]]
** [[Interface Builder]]
** [[Application Types]]
** [[Application Types]]
*** Immersive, Productivity, Utility
*** Immersive, Productivity, Utility
*** View-Based, Quartz 2d, OpenGL
*** View-Based, Quartz 2d, OpenGL
** [[Cocoa Touch]] - the iPhoneOS Frameworks
** [[XCode]]
** [[Interface Builder]]
** [[Debugging]]
** [[Debugging]]
* [[Objective-C]] 2.0
* [[Objective-C]] 2.0
** [[ObjC Classes]]
** [[ObjC-Memory Management]]
** [[ObjC-Memory Management]]
** [[Target-Action-Paradigm]]
** [[Target-Action-Paradigm]]
** [[MVC]] (Model / View / Controller Modell)
** [[MVC]] (Model / View / Controller Modell)
** [[KVC]] (Key-Value-Coding)
** [[KVC]] (Key-Value-Coding)
** [[Responder-Chain]] (Event Handling)
* [[Cocoa Touch]] - the iPhoneOS Frameworks
** [[Foundation Classes]] (NSNumber, NSString, NSArray…)
** [[Foundation Classes]] (NSNumber, NSString, NSArray…)
** [[UIKit Classes]] (UIApplication, UIView, UIViewController, UITouch ...)
** [[UIKit Classes]] (UIApplication, UIView, UIViewController, UITouch ...)
** [[Delegates]]
** [[Messaging]] (Delegates, Notifications)
** [[ViewControllers]]
** [[ViewControllers]]
** [[TableViews]]
** [[TableViews]]