Tagged Questions

0
votes
1answer
13 views

Is it possible to use something like an IBOutlet array?

I have a top list view in my current iPhone app, that's populated by code. I've assembled the view using Interface Builder, so it contains lot of UILabels. Obviously I wouldn't like to have name1, …
0
votes
0answers
5 views

Moving objects on lower layers in Interface Builder

Interface builder allows you to move objects using drop and drag. Unfortunately, some objects may be on lower layers. These can be selected using shift-right click, but this doesn't allow drag and …
0
votes
0answers
2 views

Placeholder objects in Interface Builder

Could someone explain the kinds of placeholder objects that may appear in the Interface Builder document window? Related Questions: iPhone Interface Builder and Delegates: Answers the question, but …
0
votes
1answer
27 views

Why can’t I change the view’s size of my view controller in Interface Builder?

In addition to view based application template, I made a second view controller. When I open it's XIB in IB, I can't reduce the size of the view. It remains fullscreen. I want this view to contain …
0
votes
1answer
16 views

How to hook up the view of a view controller into another xib file?

I made a fresh view-based app project which has a MyProjectViewController.xib. Then I created AnotherViewController class with an acomanying XIB file. I opened MyProjectViewController.xib up in IB …
0
votes
1answer
19 views

in interface builder what is accessibility menu for?

with the newer sdk we can see a menu named accessibility in identity inspector.What does it do and how we can use it in application?
0
votes
1answer
22 views

How to edit the MainWindow.xib (to change the default view it loads)

Hi I am trying to change the default view MainWindow.xib loads. I am using view based app. I changed the app delegate file, added my new view as a subview to the main window. but in interface builder …
0
votes
1answer
28 views

How provide own Sent Messages in Interface Builder

I cannot find documents about the way, in which Interface Builder determines the Sent Message outlets for the graphical connections between components triggering events and messages of other …
0
votes
2answers
24 views

IBoutlet with PyObjC and Interface Builder

I'm writing a simple OSX app using Python and PyObjC. I designed the settings dialog using Interface Builder and I use ibtool to compile it, then load it from Python. The problem is how to access the …
0
votes
1answer
7 views

Button to sound in Interface Builder?

I'm working with the iPhone 3.0 SDK (bit of a novice really), and I have set up an Interface Builder View with several UIButtons in it. I also have several sound files in the Xcode project. I have …
0
votes
3answers
39 views

How to make a “view” Outlet show up in a ViewController nib?

I'm working on my first iPhone app and have been able to get most things done. There's one problem that I've run into a few times and I want to understand the issue better. In XCode, if I go …
0
votes
1answer
40 views

iPhone Project Templates

How come in the App delegate implementation of some of the iPhone project templates do you not see the instantiation ([[alloc init]) of the view controllers yet they all work out of the box?
0
votes
2answers
41 views

Photoshop-like range selection bar in Cocoa/iPhone

I am wondering how to make the typical "range selection" bar, as seen in Photoshop and many other applications. Cocoa/Cocoa Touch only provide the very basic slide bar.
0
votes
2answers
19 views

whats better, to insert multi images to uiimageviews using the code or IB ?

hi, if i have multi uiimageviews (30 images) in the view, is it better (for performance) to insert the images from the code or insert them using the IB.
0
votes
1answer
35 views

iphone - IB display an image name that been deleted (reference and trashed)

hi. when i choose a uiimageview in interface builder it display in the image pick list (of this imageivew) an image name that been deleted from this project (deleted:reference and trashed), why the …

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