Questions tagged [iphone-sdk-3.2]

Refers to the iPhone software development kit, version 3.2.

129 questions
5
votes
3 answers

Hope to remove armv6 architecture for iPad in XCode?

When building an iPad only application I get the following warning: "warning: building for deployment target '3.2' should omit the armv6 architecture." I would like to edit the Architectures setting so it only shows armv7. However, the options are…
Tod Cunningham
  • 3,595
  • 3
  • 26
  • 32
4
votes
4 answers

how to add new font to Xcode 3.2?

please tell me how to add new font to iphone xcode3.2.
priyanka
  • 2,151
  • 1
  • 16
  • 20
3
votes
2 answers

Difference between [event allTouches] and [touches allObjects]?

In UIResponder - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event What's the difference between [event allTouches] and [touches allObjects]?
ben
  • 1,020
  • 1
  • 15
  • 27
3
votes
0 answers

An offscreen MKMapView behaves differently in 3.2, 4.0

In 3.1 I've been using an "offscreen" MKMapView to create map images that I can rotate, crop and so forth before presenting them the user. In 3.2 and 4.0 this technique no longer works quite right. Here's some code that illustrates the problem,…
Duane Fields
  • 1,331
  • 12
  • 20
3
votes
1 answer

How do I print the application's path?

How do I print the application's path?
TheLearner
  • 18,967
  • 35
  • 92
  • 162
3
votes
5 answers

Does the UISplitViewController have to be the root controller of an iPad app?

According to Apple's documentation on the UISplitViewController (in the new iPad 3.2 SDK) it looks like they intend for you to use it only as a root controller of an app. In other words...it seams like you cannot push a UISplitViewController onto a…
Ralph Caraveo
  • 9,399
  • 7
  • 36
  • 50
3
votes
2 answers

VoIP over 3G on iPhone, what's changed in the SDK?

I've been looking at the SDK3.2 to find out about the new capacity to direct call over IP on 3G network, but I don't see anything obvious in the API diffs. Is this just something Apple allows on a low level private framework or does it reflect on…
2
votes
3 answers

Tapku calendar Add Events

I am using Tapku library in my app. It works fine for me.. but my point is How can I add different Images on different Events on Calendar. Thanks In Advance
Arun
  • 2,236
  • 1
  • 12
  • 18
2
votes
1 answer

Autosizing doesn't work when loading from XIB after rotating

In my app I add a view loaded from XIB with UIViewAutosizingMaskFlexibleWidth and have the desired result only in one of two cases: Adding subview on portrait, and rotating to landscape, resizes the subview correctly; Adding subview on landscape do…
2
votes
1 answer

Where is link path info generated from?

When I compile my iPhone application I get lots of errors, but the one that looks the most obvious to me is this link error: ld: warning: directory '/Users/username/Documents/iPhone/MyAppName/../../core-plot/framework/build/Debug-iphonesimulator'…
2
votes
2 answers

How to disable a 'Done' button from nav bar when keyboard slides in?

I believe I can't disable it because I can't access that UIBarButttonItem programmatically (with either viewWithTag or rightBarButtonItem). Any suggestions (short from adding the interface without IB)? As a test, I also tried adding a button…
sambaMan
  • 45
  • 1
  • 6
2
votes
1 answer

what does _serverConnectionDiedNotification mean?

_serverConnectionDiedNotification. Info -- notification=NSConcreteNotification 0xd931a30 {name = AVController_ServerConnectionDiedNotification; object = }, AVController = , currentTime =…
ben
  • 1,020
  • 1
  • 15
  • 27
2
votes
1 answer

Hide ActivityIndicator in moviePlayerController

As you know,when i play movie with MPmoviePlayerController ,the moviePlayer should show an activityIndicatorView in the center of the moviePlayer'view. Now,i have put a custom activityIndicatorView in my program,i just want to hide or remove the…
ben
  • 1,020
  • 1
  • 15
  • 27
2
votes
2 answers

setFetchLimit and sectionNameKeyPath on iPhone OS4 (XCode 3.2.3) cause crash

Previously, on iPhone OS 3.2 with XCode 3.2.2 this used to work fine. I have created a small test to prove it. An NSManagedObject with 2 attributes, "group" and "vaue". Both strings. When setting up an NSFetchedResultsController to be used in the…
2
votes
2 answers

Make iPad app a Universal app

I have an iPad app that I would like to make Universal, however this seems alarmingly difficult. I've changed things around so that I support both builds, but when building, I get lots of errors about using UIPopOvers. Here're my questions: Why…
Peter Hajas
  • 3,861
  • 4
  • 23
  • 27
1
2
3
8 9