I am trying to improve memory management in an iPhone app. It\'s helped to set IBOutlets to nil in viewDidUnload, but I\'m开发者_如何学编程 wondering if I need to do any memory management around the s
I am trying to make an app where each view controller (.h/.m) has 2 NIB files... one for portrait, one for landscape. Is this the \"standard\" way of supporting orientation or must I manually set up t
The executive summary: I\'m trying to use a UITableView as a subview of my window\'s \"main\" view; it appears, but when I scroll the window I get the following error message:
i\'d like to handle orientation change on an iPad application with one UIViewController and two XIBs, let\'s say MenuView and MenuViewLandscape.
I have 3 xib files connected to the same class to reduce duplicate coding. However, there are different stuff that I want done when the new nib file loads (i.e. in the ViewDidLoad method). I\'ve thoug
I am positive that I have missed something开发者_开发技巧 simple here.I am attempting to load up a sub-view (modal view) as a separate controller in iOS.I have created a NIB file with a window that is
A question regarding iOS and in-app-purchase; Is it possible to load a nib file that has been downloadedfrom a server a开发者_高级运维nd use it in the application? (e.g. something the user bought tro
I开发者_Go百科 am developing a simple iPhone application. I want to set the shadow color for the title of a UIButton in the nib.
Binding a popup menu to an array controller with the path selection.type works fine. Binding a popup menu to a document controller with the path currentDocument.arrayController.selection.type works o
I am making a custom widget that I would like to use in multiple nibs.So I make a new view nib Screen3, add some buttons, and now want my UIAwesomeSauce widget.