Tagged Questions
0
votes
1answer
194 views
MonoTouch change Tab oder or detect Tab to manually goto next field
Can anyone tell me how I can change the tab order of my objects in monotouch / xCode 3? Everything I find for interface builder appears to be OS-X specific, not iOS. If not, is there a way to detect ...
0
votes
1answer
517 views
Adding a custom object to NIB in XCode 4.1 is way too much complicated compared to 3.2
In XCode 3.2, IB has a Classes tab in the Library to let you add your own class to nib file. But in XCode 4.1 that tab is disappeared. There is an item called "Custom Objects" in object library but I ...
0
votes
2answers
105 views
UIWindow doesnt allow me to see my UIToolBar
I am in a situation where I'm customizing a existing project.
When trying to create a UIToolBar in Interface Builder it appears.
Once I press Run and Build and the app runs, There is just a blank ...
0
votes
1answer
125 views
Localising xib's (iPhone) workflow
I have figured out how to loclize, but it seems yo end up with a lot of paralell xib's.
Is there a good way to manage changes in xib's that as been localized, or do I have to be very strict about not ...
0
votes
2answers
312 views
Convert Interface Builder code to Xcode
Is it true that everything you do in Interface Builder can be done programmatically? If your project uses Interface Builder to make the GUI, can that code be converted to native Xcode and inserted ...
0
votes
1answer
143 views
Upgrading Xcode and Interface Builder
If I already have XCode and IB installed on my system, if I download the newest version and install it, does it automatically upgrade me to the newest version, or do I have to uninstall the old ...
2
votes
2answers
1k views
Creating classes and IBOutlets in Interface Builder (XCode 3.2.3)
I normally create classes and IBOutlets in XCode. However I saw a video where someone created a class and the IBOutlets in Interface Builder and the files and outlets were automatically inserted into ...