I\'m trying to create a view that\'s full of controls (buttons, text views, labels, etc.) that can scroll, since I don\'t have enough screen space for all the controls.I understand that I need the开发
I have my macbook pro hooked up to an apple cinema display. I want to work on my code on the laptop but have interface builder on the cinema display. It needs to be this way because my laptop screen d
Hi I want to run an OpenGlView in a second window. I can open this window \"simualtion\", but there is nothing to see, which I created in the Interface Builder. I think the problem is that I created a
I\' wondering how I would go about having two windows in interface builder and then being able to show and/or hide either of them fr开发者_如何学Goom xcode with objective-c?
I am building a data entry form in my iPhone app, and there are more data fields than will fit on the screen. I figured I should put them into a UIScrollView so that the user can scroll through the fo
can I assign same action to multiple buttons in the Interface Builder o开发者_JAVA技巧nce they are all selected by one connection?This problem is discussed in numerous threads but it isn\'t always jus
I\'m using XCode 3.1.4, on OSX 10.5, targeting same. In Ch. 33 we\'re asked to drag an NSOpenGLVi开发者_如何学编程ew and an NSSlider onto the IB library, and then do Layout -> Embed Objects in ->
I have an app which shows text in a UIPickerView based on a search.I want to highlight specific letters in the string that are there as a result of a wildcard character.
I\'m just starting out with iOS programming. I\'m wondering why view is an outlet on UIViewController. When I look at UIViewController.h, the keyword IBOutlet isn\'t present. I thought all outlets ava
I am writing my first iPhone App, a test case before I write my life saving app to help me learn how things are done on this platform.So I used the standard ModelViewController widget and created my a