xib
Question about the mechanics of iPhone view controllers (i.e., explain why this crashes)
I am pretty new to iPhone programming, and was playing around with an app yesterday trying different scenarios with view controllers and nib files. So, I started a new app with a FirstViewController ([详细]
2023-04-05 15:23 分类:问答Objective-C: Help - my xib won't show?
I have the following Objective-C code: MainMenu *main= [[MainMenu alloc] initWithNibName:nil bundle:nil];[详细]
2023-04-05 09:37 分类:问答How to connect a menu item to a custom action defined in the NSApplication delegate across nib files?
In my Cocoa app I have two NIB/XIB files that I need to connect: MainMenu.xib: contains a custom object for the NSApplication delegate object and connects it to the proper outlet in the NSApplicatio[详细]
2023-04-04 05:53 分类:问答Objective-C - What to do with MainWindow.xib?
So, after creating a new project in Xcode, I\'m presented with an interface file, an implementation file and a MainWindow.xib file. I\'ve rea开发者_开发技巧d that view controllers are necessary for ev[详细]
2023-04-03 11:15 分类:问答MonoTouch localized xibs/nibs not placed in bundle correctly
I am trying to localize the xib files in my MonoTouch app. I have them included in the project and the build action is set to page. When I run it random things are in a d开发者_StackOverflow中文版iffe[详细]
2023-04-03 09:53 分类:问答Split NSTabView across multiple NSViewControllers and XIBs
I\'m just getting into desktop Cocoa development (I have experience with iOS development). If this question seems basic, forgive me.[详细]
2023-04-03 03:12 分类:问答Is this a correct way of creating a universal iOS app? Xcode 4 - Seems to work?
Here is how I made a universal app from an existing iPhone project by creating ~ipad.xib(s) using duplicate and then adding them back to a backup of the project, and checking universal.[详细]
2023-04-02 18:20 分类:问答Xcode linker error when localizing xib
I am just localizing my app and when I localize one certain xib-file, I get a linker error with exit code 1. The file that is duplicate (so tells me the compiler) is always the xib开发者_如何学JAVA I[详细]
2023-04-01 15:07 分类:问答iOS table view suddenly turns blank
I have some code which brings up a table view in an iPhone app I\'m developing. I was attempting to rename the xib file which holds the table display, but after I did it the display table showed up as[详细]
2023-04-01 09:29 分类:问答Top Bar does not appear for presentModalViewController
I\'ve created a UIViewController subclass called addItemToListViewController.I selected add an \"xib\" as well, and just created a simple page with a couple of labels and a textField.In the interface[详细]
2023-03-31 23:21 分类:问答