I have a UI file in xcode, a开发者_Python百科nd I have an AppDelegate class with an awakeFromNib function. From this function, is there a way to change properties of objects which are in the UI? For e
All right, after having worked through Cocoa Dev Central\'s \"Build a Core Data Application\" tutorial I started experimenting with building my own application, using the code and .nib file from the t
I had a bunch of images in my Xcode project. They were originally added without choosing \"Create Folder References for any added folders\". So I removed the references and re-added as per these instr
How can I get a textview to be able to scroll without the keyboard poping up for edit when clicked on? I am pretty new to iPhone programming and I\'ve tried several different combinations in Interface
I\'ve been building a basic Cocoa application with Core Data and Interface Builder, and no extra coding, frameworks, or header files.I sent it to someone to test开发者_运维知识库 on their machine (a l
The program I\'m working on right now is a bit cumbersome, as it starts with a central menu, and then once the user chooses an option from it it opens their selection in a new window, when I\'ve got a
Ok, I have two windows, A and B.When I click a button on Window A, I want it to close and take the user to Window B.开发者_运维技巧makeKeyAndOrderFront does a great job of activating Window B, but how
I am a newbie in Cocoa and, while waiting for my copy of Aaron Hillegas book, I thought I\'d give BaseTen framework a try. I am currently following the tutorial provided online but have struck a probl
I have a simple request that I have spent much time on (embarrassingly).. I have sub-classed a UITableView to add some functionality. These new features require things like NSMutableSet which require
I am using @property(nonatomic, retain) for my IBOutlets for an iPhone application. However, I\'m not sure how to make sure I\'m managing memory with them properly. The IBOutlets are all set up in Int