Tagged Questions

1
vote
3answers
38 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. Now i'm trying to …
0
votes
1answer
14 views

BaseTen Framework newbie question

Hi folks, I am a newbie in Cocoa and, while waiting for my copy of Aaron Hillegas book, I thought I'd give BaseTen framework a try. I am currently following the tutorial provided online but have …
1
vote
1answer
15 views

Bindings MInefield in Xcode and Interface Builder.

All right, after having worked through Cocoa Dev Central's "Build a Core Data Application" tutorial I started experimenting with building my own application, using the code and .nib file from the …
0
votes
1answer
11 views

iPhone Interface Builder - Moved resources to sub-directory, now IB can’t see them!

I had a bunch of images in my Xcode project. They were originally added without choosing "Create Folder References for any added folders". So I removed the references and re-added as per these …
0
votes
1answer
16 views

iPhone UITextView scrollable but not editable

How can I get a textview to be able to scroll without the keyboard poping up for edit when clicked on? I am pretty new to iPhone programming and I've tried several different combinations in Interface …
0
votes
0answers
15 views

How can I use iphone playback control images as buttons in my own app?

OK, you know the playback controls in the iPod app. They are simple Play/Pause, FFW, REW image buttons, but when touched upon, they show a glow effect. I want to use them in my own app, so it will …
0
votes
1answer
28 views

Notifying cocoa bindings system when code changes a property by instead of the interface

I'm writing a countdown timer and instead of calling -[NSTextField setDoubleValue:secondsRemaining] on each tick, I'd like to bind the secondsRemaining property to an interface element via an object …
0
votes
2answers
31 views

Interface Builder won’t connect button, but the tutorial says it should work…

I've been trying to learn Core Data, and browsing through questions on Stack Overflow lead me to a recommendation that I try the tutorial on Core Data over at Cocoa Dev Central (Link). Everything is …
1
vote
3answers
85 views

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 orientation I have to use …
0
votes
5answers
319 views

Creating a nib file for a Table View Controller

I was trying to follow the Table View Programming Guide for iPhone OS but was having trouble creating a new Table View Controller that loads its data from a nib file. Specifically, I was trying to …
0
votes
1answer
28 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: "Framework not found …
0
votes
1answer
15 views

Apple Interface Builder warning “This windows content rectangle dows not lie entirely on the screen with the menu bar and may not be completely visible for all screen resolutions and configurations.”

A warning comes up in a MainMenu.XIB dialogue box. It says Object: window(window) ID: 371 Type: Illegal Configuration Issue: This windows content rectangle dows not lie entirely on the screen with …
0
votes
2answers
86 views

Interface Builder doesnt show some of my resource images

I have almost 20 images in PNG format added to my current project on Xcode (under the proper group, Resources). Unfortunately, library window's Media tab doesnt show some of them. And if I create an …
4
votes
5answers
538 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 that it is unaware of …
0
votes
1answer
31 views

How set a UIView subview larger then its parent superview in IB?

Can someone please reveal the secret handshake in IB to allow a UIView subview to exceed the bounds of its parent superview? Cheers, Doug

1 2 3 4 5 18 next
15 30 50 per page