I\'m developing a new app but I\'ve a little issue with Interface Builder... I\'ve installed Xcode 3.2.3 and iPhone SDK 4.0 GM.
In interface builder I added a menu item to the main menu. I can click on the menu and access i开发者_运维技巧ts contents, however the title of the menu item doesn\'t show when running the program.
I know how to create IBOutlets开发者_开发百科 in Xcode but how do you do it in Interface Builder?Use the Classes tab in Interface Builder\'s Library window. This is new as of Interface Builder 3.2, in
I\'m trying to build a resizable Carbon window as part of a tutorial. I am using Interface Builder 3.2.3 on Snow Leopard 10.6.4.
I\'m trying to bind a bare esc key press to an NSMenuItem that toggles full screen (currently just a stub function). Manually selecting the menu item sends the desired IBAction. When I set the NSMenuI
I\'m trying to allow ShortcutRecorder to record CMD+Tab. The problem is that, even if Shortcu开发者_开发百科tRecorder has the focus, if I press CMD+Tab, the application switcher appears.
I\'m setting up two buttons inside UITableViewCells. The cell itself shouldn\'t ever respond to selection, just my two buttons.
I am new to Mac OS X programming and so I am going through an introductory text that includes building interfaces using Interface Builder (3.2.3) for both Cocoa and Carbon.Unfortunately I am having pr
I normally create classes and IBOutlets in XCode. However I saw a video where someone created a class and the IBOutlets in Interface Builder and the f开发者_StackOverflowiles and outlets were automati
I have already built a UIViewController subclass with a bunch of controls in it, and just realized that if I rotate the iPhone, half of the controls become invisible. So, I would like to somehow make