I\'ve got an application (iPad & Mac Lion) which uses CoreData for its storage. The app imports data from a number of hardware devices, decodes the data into a number of discrete events, and prese
Let say I have a NSObject开发者_如何学C AppController:NSObject. Using IB, I drag an NSObject control into MainMenu.xib and points the class to AppController. Since MainMenu.xib is loaded once and obje
I was wondering how NSCoder would handle an object that was shared and encoded by multiple objects the next time it was decoded. Will it make two copies of the object, or will one object be decoded an
Reading through Apple\'s documentation on Tips and Techniques for Framework Developers, I came across this statement about designated initializers:
The standard source view-style side bar used in many Apps (Mail, for instance) has a blue-ish color when the window is active, and another when it is inactive - following the state change of the title
I have a weird design pattern for one of my aps where I have a tool bar that acts as a tab bar. Basically I add this toolbar to all of my view controllers, and the tool bar itself contains pointers to
I am new to Cocoa development and I am trying to create UI layouts using what I consider to be the \"standard\" layout that is shared by apps like iTunes, iCal, iPhoto, Billings, 1Password, Numbers, D
I\'m developing a tab bar based app for iPhone. The flow is the following: when the app runs, I throw up the modal view with the login form:
I have an interesting problem. I have an app that I\'m developing that involves photos so screen space is at a premium. Also, using disappearing and reappearing 开发者_如何学Cnav / tool bar controller
I have an app with the following hierrachy: - Tab bar controller: - Table view controller -> Some buttons