Use this tag for questions about design patterns that apply specifically to using the Cocoa and Cocoa-Touch frameworks used in MacOS and iOS development.
I was reading that NSArray is just such a thing. Sounds heavy. I have 7 really fat books here on my …
objective-c cocoa cocoa-design-patterns class-clusterGuys anyone please let me know difference between Delegate & Delegate Methods and its differences and its usages ???
iphone delegates cocoa-design-patternsI have a dictionary of objects; they are all POCO objects that should be serializable. What technique should I look …
iphone cocoa cocoa-touch serialization cocoa-design-patternsI am trying to implement a Core Data backed UITableView that supports indexing (eg: the characters that appear down the …
iphone core-data uitableview nsfetchedresultscontroller cocoa-design-patternsI have an iPhone application that has a MainWindow.xib holding a UITabBarController, which in turn has a UINavigationController and …
iphone cocoa-touch core-data uitabbarcontroller cocoa-design-patternsi am starting my experience with iphone sdk. and i have a question, which is i am trying to create …
iphone cocoa-touch cocoa-design-patternsI need your help. Following problem in Objective-C: // Robot.h @protocol RobotProtocol <NSObject> -(void)doWork; @end @interface …
objective-c protocols abstract-class cocoa-design-patternsI am coming from iOS background and starting to learn Cocoa. On iOS unless we have multiple targets for iPad …
objective-c cocoa-touch cocoa cocoa-design-patterns nswindowcontrollerI had developed a website application which consists a calendar used to record member's events. So, I need to develop …
iphone objective-c ios cocoa-touch cocoa-design-patternsI have an NSArrayController, companiesController bound to a top level Core Data entity, Companies. A Company has many Department's, and …
objective-c core-data nspredicate cocoa-design-patterns