In my AppDelegate there is a problem I do not understand. RootViewController initially called ViewController and I changed it name. …
ios compiler-errors nib appdelegateI'm following a tutorial titled "Swift Tutorial for iOS : NSFileManager Persisting Data", and I've encountered an error around or after …
ios swift cocoa-touch nib nsunknownkeyexceptionOK, there are dozens of posts on StackOverflow about this, but none are particularly clear on the solution. I'd like …
ios objective-c uiview storyboard nibI have no images called "" (nothing). I've gone through the .xib file of the screen where this pops up and …
iphone objective-c xcode nibI have subclassed UIViewController into a new class, PageViewController (I'm writing a simple book app). I want to add a …
iphone cocoa-touch uiviewcontroller nib xibI have a custom UIView object with a nib that defines the view/subview layout. My outlets are connected, and …
iphone ios uiview interface-builder nibI've created an application for child game. It loads 12 different questions for each round. After the 4th round the app …
iphone cocoa-touch ipad crash nibI have an application in which I would like to support multiple orientations. I have two .xib files that I …
iphone iphone-sdk-3.0 uiviewcontroller nib xibPossible Duplicate: Why am I having to manually set my view’s frame in viewDidLoad? I have universal app for …
ios ipad storyboard ios-simulator nibFor better re-usability I want to create a table view outside of my Storyboard. Now when I create a UITableView …
objective-c ios xcode nib uistoryboard