6
votes
6answers
91 views
Hidden Features of Interface Builder?
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 …
6
votes
4answers
262 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, …
5
votes
3answers
496 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 examp …
5
votes
6answers
496 views
Design Pattern: Builder
I have looked for a good example of a Builder pattern (in C#), but cannot find one either because I don't understand the Builder pattern or I am trying to do something that was nev …
5
votes
8answers
1k views
Tutorial on NOT using Interface Builder for iPhone GUI design?
Does anyone know of a good tutorial on iPhone GUI design using just code and not Interface Builder?
I am new to iPhone development, and I wanted to better understand what is going …
5
votes
2answers
1k 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 fe …
5
votes
3answers
1k views
Interface Builder for iPhone tutorial
Anyone know of some tutorial material for how to use Interface Builder for iPhone development? I can find sample projects and stuff and that's extremely helpful, but they do not re …
5
votes
3answers
1k 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 …
4
votes
2answers
218 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 …
4
votes
5answers
527 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 t …
4
votes
1answer
263 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" …
4
votes
1answer
142 views
How to do a bottom border like in finder?
Hi,
I am trying to add a border att tha bottom of my textrured window with a sidebar. I would like to look exactly like in finder:
for now it looks like that:
And I can't fi …
4
votes
3answers
1k views
Bindings using Interface Builder (for iPhone apps)
How does one bind an iPhone SDK control (say a UISlider) using Interface Builder?
Unlike regular Cocoa applications, the bindings tab does not seem to be present when the iPhone- …
4
votes
5answers
1k views
A good place to find frameworks with Interface Builder plug-ins…
Someone on here recently recommended BWToolkit, and it really impressed me, so I started googling for more IB plug-ins. I've found a couple on random blogs, but haven't been able t …
4
votes
3answers
2k views
Connecting delegate classes in Objective-C
I've got two controls in my Interface Builder file, and each of those controls I've created a separate delegate class for in code (Control1Delegate and Control2Delegate). I created …
