I\'m looking for a tutorial that shows me how I can create a custom Control for iOS, that draws Graphs. For example, something like in the Stocks App in iOS. Yes, there are many Chart Libraries out th
I\'ve got an XIB window that I\'m working with in Interface Builder. It has an NSScroller and 4 popups. The controller class has a float and 4 ints.
I\'m trying to link a UILabel with an IBOutlet created in my class. My application is crashing with the following error.
I\'m new to Interface Builder and Objective-C. I\'d like to layout an iPhone interace in IB similar to the \"edit event\" or \"edit contact\" in the native iPhone apps where Grouped Tables are used.
I frequently connect and disconnect my laptop f开发者_Go百科rom a secondary display. Additionally I work in a small group that uses svn to manage xib files.It seems that if you drag a UIView display i
I have a UIScrollView with a UIView in it which contains Images and Buttons. Now, I try to achieve the following:
I have two nib files - Main.nib and Preference.nib In Main.nib file I have an instance of NSView class. Its window has a NSPopUpButton which on clicking shows a menu. In the menu I have show Preferenc
I\'m having a really weird problem. I\'m trying to put an NSPredicateEditor into my interface using 开发者_运维技巧IB, and when I build the app it just shows up as an empty gray rectangle.This is with
I have an UINavigationController with a UIBarButton to realod something. However, when I push another view on the Navigation Controller, the BarBut开发者_如何学编程tonItem disappears. How can I avoid
If you add a custom view to a xib, then add a textfield, you can select the textfield and edit properties.