I have a UILabel: descriptionLabel = [[UILabel alloc] initWithFrame:CGRectMake(200, 30, 130, 150)]; [descriptionLabel setFont:[Utils getSystemFontWithSize:14]];
Working on an iPhone application through a TightVNC connection into a Mac Mini; the control+drag operation in Interface Builder to connect a view element to file owner doesn\'t work - I don\'t see the
What this error开发者_如何学Python indicate?I get a similar error. \"Interface Builder is unable to open documents of type CocoaTouch XIB.\"
I have converted a very simple iPhone app to Universal app. Now I need to customize the view on the iPad to use a higher resolution image for the background, move and resize some labels, etc.
I am new to iPhone and objective c. I have spent hours and hours and hours reading documents and trying to understand how things work. I have RTFM or at least am in the process.
I\'ve been working on a Cook Book App but each view ( or recipie page) takes about 45 minutes to complete so as you can imagine its taking forever.
is it possible to design a view in interfacebuilder and use it dynamically a few times? the view structu开发者_JAVA技巧re is
How do I create a button with an images for normal & highlighted states in interface builder for cocoa application? I need a button like 开发者_运维技巧custom button in cocoa-touch and provide a g
if (cell == nil)// 1 {// 2 [[NSBundle mainBundle] loadNibNamed:@\"TVCell\" owner:self options:nil];// 3
I\'m trying to create an vocabulary study application using Obj-C and the Cocoa frameworks. I have about two week\'s experience in both areas and have reached an edge of my current knowledge.