I\'ve only just started learning to build iPhone apps using xcode. I\'m slowly getting the basics, but I\'ve come across a problem in Interface Builder.
I\'m dragging things around in an Xcode Interface Builder Storyboard... I\'d like to specify whether an image is in front开发者_开发技巧 (like an indicator) or behind a button (like a background).
I stuck again at a Problem. I want to make a little Slideshow (functionality like CoverFlow -> Thumbnails can scroll horizontally).
i have a problem, clearly. when i started the project i had stupidly named my [AppName]ViewController just [AppName]Controller.
Due to some extraneous errors in a previous XCode project that wouldn\'t allow my iPhone app to run on the iPhone, I had to take all the code and files from what we\'ll call Project1 and build a new p
I have a refreshDisplay: method that calls the setString: method of an NSTextView. I can save, and load, but when I load even though my program loads the data, it does not display it on the NSTextView
I\'m currently making a java swing GUI with the Netbeans GUI builder. I have a bunch of panels that are being replaced on my main JFrame as the user navigates the GUI and a controller class is taking
How do I create a scrolling text view like iTunes\'s lyrics view in Interfac开发者_StackOverflow中文版e Builder for Cocoa?Use an NSTextView, just drag it onto your window in Interface Builder.
I have a class A, and B like these: @interface A : UIViewController <UITableViewDelegate, UITableViewDataSource>{
When you create new Cocoa application Xcode generates MainMenu.xib for you with the sets of predefined menu i开发者_如何学Gotems (File, Edit, Format, View, etc.).