Tagged Questions
Interface Builder is a visual design tool used to create user interfaces for Apple's Mac OS X and iOS platforms.
49
votes
14answers
82k views
iPhone: How to load a View using a nib file created with Interface Builder
I'm trying to do something a bit elaborate but that should be possible, so here is a challenge for all you experts out there (this forum is pack of the lot of you :) ).
Im creating a Questionnaire ...
37
votes
14answers
32k views
Loading a Reusable UITableViewCell from a Nib
I am able to design custom UITableViewCells and load them just fine using the technique described in the thread found at http://forums.macrumors.com/showthread.php?t=545061. However, using that ...
29
votes
3answers
12k views
Does an IBOutlet needs to be a property & synthesized?
In most examples I see the following setup of IBOutlets:
(Example A)
FooController.h:
@interface FooController : UIViewController {
UILabel *fooLabel;
}
@property (nonatomic, retain) ...
29
votes
2answers
12k views
how do I use UIScrollView in Interface Builder?
While I've used UIScrollView successfully in the past by manipulating it programmatically, I'm having trouble getting it to work by setting it up exclusively in Interface Builder.
I have a simple ...
23
votes
3answers
12k views
Cocoa Touch: How To Change UIView's Border Color And Thickness?
I saw in the inspector that I can change the background color, but I'd like to also change the border color and thickness, is this possible?
Thanks
23
votes
5answers
9k views
Can't resize UIView in IB
Probably something simple, but I can't figure why I cannot resize a UIView in a xib in Interface Builder.
I created a new view XIB in xcode and in the size inspector, the width and height are ...
21
votes
5answers
27k views
IBOutlet and IBAction
What is the purpose of using IBAction and IBOutlet in Objective-C coding for the iPhone, does it make any difference if I don't use them?
20
votes
2answers
18k views
20
votes
10answers
12k views
“Unknown class <MyClass> in Interface Builder file” error at runtime
Even though Interface Builder is aware of a MyClass, I get an error when starting the application.
This happens when MyClass is part of a library, and does not happen if I compile the class directly ...
20
votes
6answers
8k views
Interface Builder and Xcode integration not working
After having installed the iPhone SDK 3.1.2, Interface Builder is not in sync with Xcode anymore. The light indicator at the bottom of the XIB window is grey. IB doesn't see any files from the Xcode ...
19
votes
2answers
3k views
What's the difference between frame and layout in Interface builder's size inspector?
In IB, there is a dropdown in Size Inspector showing "Layout" and "Frame". I know what a frame is, but I don't know what the layout is in this case. What is the difference?
18
votes
2answers
9k views
Can you add a UITableViewController's TableView to another View?
I've inserted a UITableViewController and it's corresponding UITableView into a simple IB document. The goal is to include the UITableView inside of a parent UIWindow (or UIView) with other "stuff" ...
16
votes
2answers
376 views
How to change App Delegate type in IB?
I want to change the App Delegate Type in MainWindow.xib through IB, beacause I have to modify the application name of the existing project with different name. I have changed the app delegate .h/.m ...
15
votes
6answers
10k views
Loaded nib but the view outlet was not set - new to InterfaceBuilder
I added a new nib file to my project, and all I want to do is have it display on the screen for now.
However, when I click on the toolbar icon that is supposed to take me to the view that I created, ...
15
votes
3answers
2k views
iPhone: Create a reusable component (control) that has some Interface Builder pieces and some code
I want to create a reusable component (a custom control) for the iPhone. It consists of several standard controls prearranged on a View, and then some associated code. My goals are:
I want to be ...
15
votes
3answers
7k views
How would one implement a sidebar similar to Mail/iTunes/Finder/etc in Cocoa/IB?
I think the title pretty much says it all... I'm looking to implement an interface similar to the standard OS X sidebar used in all the above mentioned programs, and I'm wondering if anybody has any ...
14
votes
2answers
188 views
Why is my XIB modified every time I open it in IB?
I click on the XIB via the project navigator. It opens up and immediately changes the icon to gray showing I have unsaved changes. If I save changes, click on a different file and click back to ...
14
votes
4answers
2k views
How do I enter RGB values into Interface Builder?
How can I enter RGB or Hex color values for backgrounds in Interface Builder? I can select predefined colors but I would like to manually enter in RGB values. Where can I do this?
14
votes
14answers
9k 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 ...
14
votes
1answer
1k views
IB complains that a new window has contents that go off screen
Interface Builder gives me a warning about the set up of my .xib file.
It says, in a dialog called "MainMenu.xib Info",
Object: Window
ID: 21
Type: Illegal Configuration
Issue: This window's ...
13
votes
2answers
3k views
Cannot zoom in and out of nib in the new Interface Builder
Have I missed something obvious or is it not possible to zoom freely in and out of an open nib file, within the integrated Interface Builder of Xcode 4?
13
votes
2answers
10k views
Is there a way to change the height of a UIToolbar?
I've got an UIToolbar in Interface Builder and I've noticed that it's locked to being 44px tall. Of course I'd like to make this larger.
Does Apple allow resizing of this control? If so, how do I go ...
13
votes
1answer
2k views
Apple Interface Builder warning “This windows content rectangle dows not lie entirely on the screen with the menu bar and may not be completely visible for all screen resolutions and configurations.”
A warning comes up in a MainMenu.XIB dialogue box. It says
Object: window(window)
ID: 371
Type: Illegal Configuration
Issue: This windows content rectangle dows not lie entirely on the screen with ...
12
votes
4answers
752 views
Designing the iPhone interface in a nib or in code?
I've been pondering over this question for a while now...
On the one hand, Interface Builder offers a really easy way to design the interface and wire the elements up with objects in code.
On the ...
12
votes
2answers
5k views
NSViewController and multiple subviews from a Nib
I'm having a difficult time wrapping my head around loading views with Interface Builder and NSViewController.
My goal is to have a view which meets the following description: Top bar at the top ...
11
votes
2answers
4k views
Looking for info on custom drawing of interface components (Cocoa)
It seems like more and more OS X apps these days are doing all kinds of fancy drawing stuff for custom controls. Apps like Twitterific, Things, EventBox, Versions just to name a few....
So basically ...
11
votes
8answers
9k views
Is it possible to design NSCell subclasses in Interface Builder?
I'm trying to subclass NSCell for use in a NSTableView. The cell I want to create is fairly complicated so it would be very useful if I could design it in Interface Builder and then load the NSCell ...
10
votes
2answers
4k views
Interface Builder(User Interface Designer) for Android
I am working on Android since last 7 months....Also knowing brief about I-phone application.
In Android, There is a bad layout editor in Eclipse, but it's neither good nor User Friendly as I-phone ...
10
votes
3answers
11k views
IPhone Interface Builder: Z-Index, Z-order of a button, image, ui element, etc?
I'm dragging things around in the Interface Builder... I'd like to specify whether an image is in front (like an indicator) or behind of a button (like a background). I don't see any z-index property ...
10
votes
5answers
805 views
Hidden Features of Interface Builder? [closed]
What are some uncommon or "hidden" features of Interface Builder you wish you would have known about when first learning Xcode + Interface Builder?
Edit:
Xcode specific tips here.
This question is ...
10
votes
7answers
9k views
How to add UIScrollView to Interface builder?
I have all my controls laid out in interface builder (many labels, buttons etc). How do I put them all in a scroll view in interface builder so that I can have more space and be able to scroll up and ...
10
votes
3answers
7k views
Xcode Project Resource Organization and Structure
Hey guys I'm relatively new to Xcode and one thing that has bothered me is that when I add a resource it gets added to the top level directory of my project directory. So for example, at the moment, ...
10
votes
4answers
6k views
Is there an easy to understand guide (new to Cocoa, Xcode, etc) for Interface Builder that talks about proxy objects?
Back in the day of C/C++, the part of the language that really hung me up was pointers. I understand them now, of course.
Now, Interface Builder Proxy Objects or more importantly, how to use ...
9
votes
2answers
3k views
Cocoa Bindings in Xcode 4
Objective-c is learn-able; Cocoa is learn-able; I find Interface Builder and its descendant Xcode 4 to be completely inscrutable! There is no text (as the equivalent of C or Obj-c source code) to ...
9
votes
2answers
1k views
Cocoa application architecture on Mac OS X
I'm getting back in to Cocoa development on the Mac after a long stint doing iPhone work. My previous experience with Cocoa on the Mac has just been dinky little tools. I'm looking to build something ...
9
votes
4answers
4k views
Interface Builder can't see classes in a static library
I have refactored some UIView sub-classes into a static library. However, when using Interface Builder to create view components for a project that uses the static library I find that it is unaware of ...
9
votes
2answers
9k views
Programmatically send to front/back elements created from interface builder
In interface builder, there are layouts options to send to back or send to front any elements such as UIButton, UIImage, UILabel etc...
Now, I would like to do the same at runtime, programmatically.
...
9
votes
5answers
33k views
Get text of button from IBAction - iPhone
When an IBAction is called:
-(IBAction) onClick1: (id) sender;
What is passed in the sender? Since it's hooked up through the IB, I'm not really sure. My question is how to get the text of the ...
9
votes
1answer
7k views
iPhone Interface Builder and Delegates
When I make a sample app (ie, start out with a tab bar application or something), in my MainWindow.xib file, I see 5 items listed -- File's Owner, First Responder, App Delegate, Window, and Tab Bar ...
9
votes
4answers
3k views
Binding a custom NSView: Does it demand creating an IBPlugin?
I have created a subclass of NSView to draw an image as a pattern:
@interface CePatternView : NSView
{
NSImage* image;
id observableObjectForImage;
NSString* keyPathForImage;
}
@end
...
8
votes
1answer
850 views
XIB File opens like an XML in XCode but opens correctly with Interface Builder
When I double-click my file StartWindow.xib in Xcode 4, it does not open into the integrated Interface Builder; it opens like a XML file. I can open all other xib files. I can open it with the old ...
8
votes
4answers
839 views
How do you set the tab order in iOS?
Is there a way (either in IB or code) to set the tab order between text fields in a view?
Note that I'm not talking about the next form field after the return (or "Next") button is pressed -- many ...
8
votes
3answers
186 views
float:left in objective-c
I'm trying to make a bunch of buttons behave somewhat like float:left in CSS.
So whenever the view changes size, on orientation change for example, the buttons should adjust so they fit within their ...
8
votes
1answer
415 views
UIButton resizes when I change font?
I have several UIButtons, I'm trying to bulk change the font for all of them in InterfaceBuilder, but when I change the font, they auto-resize to the original image dimensions instead of what I had ...
8
votes
1answer
415 views
Why does Apple recommends to create modal navigation controllers programmatically?
"When presenting a navigation controller modally, it is often simpler to create and configure your navigation controller object programmatically. Although you could also use Interface Builder to do ...
8
votes
5answers
13k views
How to programmatically replace UIToolBar items built in IB
I have a toolbar with various image buttons, created in Interface Builder.
I'd like to be able to programmatically replace one of the buttons with an activity indicator when pressed, and then put ...
8
votes
1answer
2k views
How do you add items to the “User Media” category in Interface Builder's “Library” window?
The "Library" window in Interface Builder provides a "Media" tab that lists various images and sound resources that you can refer to from your nib file. There is a "System Media" item that lists ...
8
votes
3answers
15k views
How do you shrink a UIPickerView on the iPhone?
I would like to reduce the height of a UIPickerView in my iPhone app, so that it shows only one row and one column. The height of the picker view should be equal to the height of a row.
I'm using ...
8
votes
4answers
1k views
iPhone: one nib, different assets. Bundles?
I have an iPhone application that comes in differently skinned flavors, with different art assets and sounds, but all the same code.
I've got things set up with multiple targets, but the problem I'm ...
8
votes
1answer
4k views
How do you display custom UIViews in InterfaceBuilder?
I seem to enjoy designing new UIViews and UIControls that implement their own:
- (void)drawRect:(CGRect)rect;
function. This work well for me, especially when composed using UIViews in Interface ...