interface-builder
Which UI designer to use with GtkSharp: Glade, GtkBuilder or Stetic?
Which interface tool would you recommend I use for creating user interfaces for GtkSharp applications?[详细]
2023-04-02 09:01 分类:问答Interface Builder won't allow me to select a nib name for tab bar
I just upgraded to xCode 4 and I am having so much trouble setting the nib name for a particular ta开发者_StackOverflow中文版b. If I choose nib name it drops down a list with nothing, if I just type i[详细]
2023-04-02 07:50 分类:问答How do I programmatically change a custom view object's member variables?
I appreciate you taking the time to read this and hopefully help me out! I am writing my first program in Xcode 4, using Objective-C and Cocoa for the first time.I have been following the tutorials,[详细]
2023-04-02 04:44 分类:问答XCode 4 Interface Builder does not allow multiple views anymore?
I made my first serious iPad app with Xcode3. It is a pretty simple book-like app, where the user can swipe with gestures left and right. All \"pages\" are UI开发者_Python百科View objects in the same[详细]
2023-04-01 18:07 分类:问答Button images for UIButton scaling on iPhone 4 much smaller then appearing on simulator or iphone 3
The images on a few UIButtons are getting scaled down way smaller on the iPhone 4 compared to how the show up on interface buil开发者_如何学Goder, the iPhone simulator or an iPhone 3G.[详细]
2023-04-01 12:34 分类:问答Interface builder images from the document folder
I need 开发者_开发知识库to support retina display but the app size has to be small. Therefore I am planning to start the app with non-retina display, then fetch the retina images [If required] and swi[详细]
2023-04-01 11:27 分类:问答UIButton with background image highlighted state wrong
I\'m trying to use the standard highlighting logic for a UIButton but set the background image for the Normal state.When do this programmatically everything works fine, but when my button is set in In[详细]
2023-04-01 07:23 分类:问答UIButton Design Tools
I want to design a UIButton in a specific way and cannot find in the Interface Builder all the relevant tools required for the design.[详细]
2023-04-01 03:40 分类:问答Unrecognized selector sent to an instance after refactoring - Xcode4
I\'m trying to clean up some old code that I wrote to comply with Apple\'s guidelines on method naming etc. and encountered this. Basically, I have a button in Interface builder and a tapDown action c[详细]
2023-04-01 01:52 分类:问答Reusable TableViewCell in Interface Builder WITH changeable labels?
How do I make a reusable TableViewCell in Interface Builder with changeable labels? Is this even possible? From what I understand apple has been giving custom TableViewCell in Interface Builder some[详细]
2023-04-01 00:12 分类:问答