0
votes
1answer
71 views

Teamviewer - Send Control Key to Mac from Windows

I'm TV'ing from a remote location to my mac to play around with XCode (on a windows pc). Within the interface builder, I'm trying to perform the control drag action. I tried pressing the ctrl button ...
0
votes
1answer
38 views

Not able to drag scrollview object in interface builder

I'm using XCode 4.6 and interface builder. I've got a UIViewController in interface builder, and a UIScrollView on top within the UIViewController. The scroll view completely spans the view controller ...
0
votes
1answer
119 views

XCode 4.5.2: When editing xib file, Menu->Editor->Add Horizontal|Vertical Guide is greyed out. Why?

This occasionally happens when I'm editing xib files. On certain occasions simply clicking the associated view controller file and then clicking back on the xib file has resulted in the menu options ...
1
vote
1answer
195 views

XCode auto-layout centering between two objects

So I was trying to code a calculator app today using XCode and the interface builder and I ran into some issues just with the layout of buttons. I have 3 columns of number buttons, similar to most ...
2
votes
1answer
133 views

How do you make Interface Builder respect a custom view's intrinsic content size in constraint based layout?

Interface Builder in XCode 4.5 respects the intrinsicContentSize for some views, e.g. NSButton, but I can't convince it to respect it on my own custom subviews. This causes IB to add extra constraints ...
0
votes
2answers
750 views

Xcode 4 Interface Builder - Design-Time Auto Resizing

I have just migrated to Xcode 4 and Interface Builder is not quite working the same as it did in Xcode 3. As I am designing my user interface, whenever I resize a view (including the window itself) ...
0
votes
0answers
51 views

Get Xcode 4 previous versions default iOS file templates

How / where can I get the default iOS file templates for previous versions of Xcode 4? I have just upgraded to Xcode 4.5 & I notice that has wiped out some of the default file templates. The file ...
2
votes
0answers
285 views

Are user defined runtime attributes documented for iOS 5?

In the Identity Inspector of the interface editor in Xcode 4, there is a section titled "User Defined Runtime Attributes" Setting values here appears to work fine for iOS 5 and later, but I can ...
0
votes
0answers
25 views

Pan in Xcode interface builder like in Photoshop [duplicate]

Possible Duplicate: Drag the canvas in interface builder Is there any keyboard shortcut or external app that allows to pan through storyboard in Xcode Interface Builder like does Photoshop ...
1
vote
0answers
254 views

“+” to add localized string is not available in XCode 4.5.1

I am working on a project which is using localizing support, few days back i had updated my xcode 4.3.2 to 4.5.1 which is the latest one and now client has just added new language thatz why when i ...
0
votes
1answer
120 views

Height constraint prevents resizing of NSWindow

I'm trying to get the hang of NSViewConstraints. I like them a lot; they make a lot more sense to me than the previous system. I have a window, a 22 pixel-tall subview spanning the top of it, and a ...
0
votes
1answer
173 views

How to add custom labels to contentView of a UITableViewCell in Interface Builder?

I'm loading a custom UITableViewCell from a CatsTableViewCell.xib file. It contains a custom label which I added in Interface Builder. The cell is visible in the table view. All looks fine. But when ...
0
votes
1answer
111 views

How to create a UINavigationController with a UITableViewController as root, all within Interface Builder?

1) In my app delegate I create the root view controller which is a navigation controller: self.navigationController = [[UINavigationController alloc] initWithNibName:@"RootNavigationController" ...
1
vote
3answers
113 views

Why can't I edit the properties of UIViewController in Interface Builder when it's the File's Owner?

I created a new "Tab Bar app" project that gave me a FirstViewController.xib and SecondViewController.xib. In the AppDelegate a tab bar controller is configured like this: UIViewController ...
1
vote
1answer
239 views

Xcode 4 interface-builder problems

I have several problems with the interface builder in Xcode 4. I am using Xcode 4.5 but the problems started even before I updated it. My first problem is that if I edit a field (e.g. a text field ...

1 2 3 4 5 10
15 30 50 per page