0
votes
0answers
32 views

What do these settings do in Interface Builder? [closed]

This is for a UIButton specifically. I understand that the alignment options pertain to the label inside the UIButton, but what does the 'content' settings do? They seem like they correspond to the ...
0
votes
1answer
50 views

Help. Question about run application on IOS 5.1 [closed]

I am using Xcode 4.2 with iOS 5 to develop an application. This application doesn't include any new features provided in iOS 5.1. So, if I submit this app to App Store, can the users download it and ...
1
vote
1answer
369 views

GUI for C++ on Mac OS X [closed]

What GUI or framework should I use for both 2D and 3D applications? I'd like to use C++ as much as possible versus other pseudo languages such as Objective C. I'm confused so if this question makes no ...
0
votes
1answer
258 views

Launching another application on button press in Cocoa app [closed]

I am attempting to build an app that allows a user to press a button that says "Play DVD" and it will then launch DVDPlayer.app. I know the best way of doing this is by using NSWorkspace and ...
0
votes
0answers
455 views

Xcode / cocoa type conversion NSString to int to NSString [closed]

I'm new to xcode programming but have quite a bit of experience with a host of other languages including c# As my first test project i've simply created a button and label. The label initially ...