2
votes
2answers
23 views
Cocoa Key Value Bindings: What are the explanations of the various options for Controller Key?
When I bind a control to an NSArrayController using Interface Builder, there are a variety of options under the "Controller Key" field in the bindings inspector.
I understand what …
0
votes
1answer
12 views
How to create a NSMatrix of NSImageCell in Interface Builder in 10.6
How can I create a matrix (NSMatrix object) of NSImageCell cells (usually located in an NSImageView) in Interface Builder 3.2.1 (i.e. the one made for Snow Leopard?)
In the "old d …
1
vote
1answer
25 views
How to find the NIBs in a project that use a specific class?
Suppose I have a view derived class named MyView. In the same Xcode project MyView is defined, I have many NIBs. Some of the NIBs have a Custom View with the class set to MyView.
…
3
votes
3answers
40 views
NSTextFieldCell vertical alignment, solutions seem to squash the horizontal alignment.
I have a NSTextFieldCell that I wish to display with middle vertical alignment. Thanks to an older question here and a blog entry I have two working solutions.
However, both so …
0
votes
1answer
31 views
Nesting Custom Classes/XIB’s with Interface Builder
I'll try to make this as short as I can.
I wrote a custom class that extends UIView with a couple of IBOutlet properties, and it has a XIB associated with it where those IBOutlets …
1
vote
2answers
47 views
+100
setOrientation problem
I have a really strange orientation issue. I have a sequence of view controllers under a navigation controller. One of them can take any orientation. When I'm leaving the orient …
1
vote
2answers
30 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. …
0
votes
2answers
64 views
UINavigationBar vs UIToolbar vs UITabBar in iPhone
Let me know which one should be used in what case.
What are differences among them?
What are the advantage and disadvantage of each component?
Thanks
1
vote
1answer
54 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 …
0
votes
1answer
61 views
iPhone Navigation Bar button, using custom image, done with Interface Builder
iPhone application, which has two buttons -right side- of Navigation Bar title. I want to do this completely using Interface Builder and have had some limited success. The current …
0
votes
1answer
29 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 …
0
votes
2answers
37 views
PNG transparency in Interface Builder
I'm adding an Image View in Interface Builder with a transparent PNG (A logo in the Navigation Bar) but the transparent pixels seems to render as white..
I searched for PNG in In …
0
votes
0answers
20 views
Weak linking with Interface Builder
Application uses 3.x SDK feature, but needs to run in 2.x devices. The solution seems to be using "weak linking", which I did, but app still fails to * compile * for iPhone 2.2.1: …
0
votes
1answer
32 views
Managing few UIView classes in 1 xib file … how?
First of all I searched around the net and I don't seem to find answer for exactly what I need (or I am asking the wrong thing)
I have a UIViewController with lots of controls ins …
0
votes
1answer
44 views
Toolbar items in sub-nib
This question has probably been asked before, but my google-fu must be inferior to everybody else's, cause I can't figure this out.
I'm playing around with the iPhone SDK, and I'm …
