Interface Builder is a visual design tool used to create user interfaces for Apple's Mac OS X and iOS platforms.

learn more… | top users | synonyms

0
votes
0answers
4 views

Wiring NSToolBarItem with XIBs

For some reason I'm having a very difficult time wiring my NSToolbarItem to an IBAction. I'm using an NSWindowController with its own XIB. The NSToolbar is dropped into the XIB, and I added the ...
2
votes
1answer
34 views

Is it possible to bind a `NSTextfield` to only one particular entry in a NSArray or NSSet/ Relationship

Is it possible to bind a NSTextfield to only one particular entry in a NSArray or NSSet/ Relationship. I can see the possibility of binding to an NSArrayController using the Control Key of ...
0
votes
2answers
13 views

UISearchBar with a left button

I'm looking for having a UiSearchBar with a button at the left. I've been reading this topic, and following the steps described by KennyTM, but I don't manage to have the same result. Here is what ...
3
votes
4answers
7k views

How to convert nib/xib to objective C code?

I am just wondering is there a way to convert nib/xib file to ojbective C code? I just want to find the equivalent code to the nib/xib file (I've tried nib2objc, seems the result is not what I am ...
0
votes
1answer
48 views

iOS - Part of interface not showing up in simulator - Interface Builder

I'm having a problem where everything shows up fine in the view for interface builder but then when I run the app in the simulator some of my labels and buttons look like they've been scratched out or ...
0
votes
0answers
20 views

UIPicker Moves To Bottom of View

I have something weird going on in my app that is causing me some issues. I am creating a screen where there are a few different options to change a label. The issue I am having is that a UIPicker ...
1
vote
1answer
22 views

NStextfield show Null placeholder (ie empty string) rather than showing 'No Selection' using Core data. Apple bug?

How to remove the pesky "No Selection" from NSTextfield (and other NSView subs) That may have something to with xcode http://lists.apple.com/archives/cocoa-dev/2012/Dec/msg00427.html ...
6
votes
4answers
14k views

Why does a custom UIButton image does not resize in Interface Builder?

Why does a custom UIButton image does not resize with the button? I set it's view mode to Scale to Fill in Interface Builder, but unlike a UIImageView image, it doesn't respect that setting. Am I ...
7
votes
4answers
11k views

Is there a way to make gradient background color in the interface builder?

For my application I'm using a TableView and using customized UITableViewCells. I customized my cells via interface builder, not programmatically. Is there a way to also make the background color of ...
11
votes
7answers
8k views
+50

How to make xib compatible with both iphone 5 and iphone 4 devices

I am trying to layout my xib so that layout fits in both iphone 5 (4 inches retina) and 3.5 devices. Because I have to support IOS-5 I cannot use autolayout. I have to use springs and Struts. I ...
0
votes
2answers
17 views

how to make UILabel autosize text in storyboard (or interface builder), NOT programatically

Every time I click-and-drag a UILabel to storyboard, and then add text to Text field, the text is cut off, so I then have to click-and-drag the UILabel to stretch it big enough so that the text ...
20
votes
16answers
18k views

Can't connect IBOutlet in Interface Builder

I'm having a weird experience. I create any type of iPhone application, add a UIViewController with Xib file. I can edit the xib file with controls and see them rendered if I run. Now i'm trying to ...
1
vote
2answers
31 views

initialise view from NIB

I am trying to initialise a view from a NIB file onto my view controller on Storyboard. Here is what I did: drag a view controller onto storyboard, placed a UIView obj as a placeholder view and ...
1
vote
2answers
2k views

Using custom controls with Interface Builder

I have a custom ViewController which allows selection of an image from a grid. The ViewController uses the AQGrid control and is really just a modified version of the samples shipped with AQGrid. ...
3
votes
7answers
5k views

UIScrollView won't scroll!

In IB I have my UIView. Then I have a sub-UIView with a UIScrollView as a sub view. Then the UIScrollView has a sub-UIImageView. The UIScrollView and UIImageView are the same size. They're much ...

1 2 3 4 5 216
15 30 50 per page