I am pretty new in developing cocoa applications. I have developed a small UI application using cocoa. I wanted to add some information on about screen, currently it shows the app name and version whi
Summary I\'m repurposing Apple\'s Page Control project. In loadScrollViewWithPage:, the view controllers that I\'m adding to the scroll view appear on screen without their initialized values, as if d
I wrote a menu application that has no persistent window or standard menu. When another application has focus and I use the menulet to trigger a window to be opened, it appears behind the foreground a
I have a VC controlling a screen of content that has 2 modes; a normal mode and an edit mode. Can I create a single VC with 2 views, each from separate nibs?
here is my code CGContextRef c = UIG开发者_如何学编程raphicsGetCurrentContext(); CGContextBeginPath(c);
This should be a pretty easy fix, but I haven\'t figured out from reading the Apple documentation or other SO questions how to do this simple switch from creat开发者_如何学Cing my Interface programmat
I have an application in which I would like to support multiple orientations. I have two .xib files that I want to use, myViewController.xib and myViewControllerLandscape.xib. myViewController.xib exi
I\'m new here but I\'d like to learn very well iPhone SDK... I\'m making an iPhone 开发者_Python百科app where I\'d like to show a modalView controller at launch of my app... How can I do this?
When a Cocoa NIB file instantiates an instance of a custom controller object, what is the name of the variable that that custom controller instance is assigned to?
Aft开发者_运维百科er reading the memory management for UIImage, I\'m worried about how interface builder loads an UIImage. Does it use UIImage:imagedNamed or UIImage:imageWithData?See relevant section