0
votes
0answers
13 views
Replace Xcode’s Navigation template UITableViewController with a UIViewController and UITableView
Is there any simple way to replace a UITableViewController from Xcode's "Navigation based application" with Core Data with a UIViewController containing a UITableView?
I'm looking …
1
vote
2answers
51 views
Can’t understand iPhone view layout
I have an iphone app that I built based off a tutorial (for a different framework so I had to modify things a bit) that uses a TabBar and a NavigationBar on the same View that also …
6
votes
6answers
78 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 …
0
votes
3answers
33 views
How to remove bottom bar from NavigationView/TableView
I have an app that has a TableView, NavigationView and TabBar running together.
There is a bar along the bottom of the screen above the TabBar that looks exactly like the Navigatio …
0
votes
2answers
35 views
UIImageView not showing
I changed a .png that I was using for an UIIMageView that I added using InterfaceBuilder. Now, when I run the app in the simulator, the image does not show. I have tried removing …
0
votes
2answers
46 views
Is it possible to directly edit the XML of XIB files?
I tried to do it, but Interface Builder refuses to open the resulting file:
"Interface Builder was unable to determine the type of [file name]"
1
vote
4answers
98 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?
0
votes
1answer
18 views
UITextField where to set clearsOnBeginEditing
I'm really used to VS where all properties are nicely listed in a big dialog.
In Interface Builder I can find no such dialog.
If I want to set the clearsOnBeginEditing field of a …
0
votes
4answers
131 views
Why does it feel like Interface Builder just gets in my way?
I'm very new to Cocoa for MacOSX, but I can't help but feel like I'm constantly fighting Interface Builder.
My current situation is that I'm building an app that will have several …
0
votes
3answers
57 views
Subclassing UIView or composing with UIView
I'll start by saying what I want to do because I'm unsure if I'm asking the right question. I'm making a grid based map and am going to hold an array of objects to keep the state a …
0
votes
1answer
75 views
Image vs Background image for UIButton
I have an image that is 480x331 and has a transparent background. The transparent part is just around the image's edges. My UIButton is 72x37. When I set the image as a backgrou …
1
vote
2answers
65 views
UITableViews in Interface Builder
I'm having trouble creating a UIView (in Interface Builder) that contains a UITableView with some other object, such as a UIButton or UILabel. The UITableView always takes up the …
0
votes
1answer
32 views
XIB File Not Loading Properly In Interface Builder
I was creating a new View-based Application in XCode, adding some outlet and actions, using the IBAction and IBOutlet tags, into the automatically created controller view header fi …
0
votes
1answer
43 views
How do I load a UIViewController from a NIB with placeholders?
I have a UIViewController that I want to load from a NIB that has a proxy (placeholder) object defined in it. The first time I load it, I go through this rigamarole:
MyViewContro …
0
votes
1answer
26 views
Best way to transfer data between two views managed by a UITabViewController
What's the best way to get a reference to other views using default controllers? My MainView.xib is a TabBarController, and I want to know the best way to call methods from one vie …
