I\'ve been using Xcode for a while and had a brief look at the interface builder when I first started but then went straight on to coding everything.
I was trying to use IB in a slightly different way that I am use to and I can\'t get it working extending the normal approach I use, when dealing with IB.
I want to create a large view that will contain about 10-20 fields (slides, datepicker, textfields), all aligned one under the other.
I am making a little application with three NSButtons with an image set. These buttons have开发者_开发百科 no border nor background. However, when I click a button it turns into a gray rectangle.
I have a UIScrollView in a UIViewController view that scrolls horizontally. How can I detect whether the scroll is at the left end or righ开发者_JAVA百科t end or somewhere in the middle?You will proba
I have been working on the iPhone development for three months now.I have a fairly开发者_开发百科 decent understanding of Objective-C and iOS,but I have been putting Interface Builder on the back burn
Is it possible to apply an affine transformation to a view directly in Interface Builder? I know I can attach an outlet and assign it to the transform in code, but I\'d like 开发者_如何学Gothe conveni
I have a question regarding the importance of choosing the correct starting and ending points of a control-drag operation while setting actions using Interface Builder (3.2.3).This issue came up while
I have a table view that displays dates using a NSDateFormatter to format them using the Full date style (today would be formatted as \"Friday, September 24, 2010\" or in German \"Freitag, 24. Septemb
I\'ve got a custom UITableViewCell class whose model object performs an asynchronous download of an image which is to be displayed in the cell.I know I\'ve got the outlets connected properly in IB for