Questions tagged [iphone-sdk-3.2]

Refers to the iPhone software development kit, version 3.2.

129 questions
2
votes
6 answers

iPad and UIPickerView (or UIDatePickerView)

Has anyone had any luck using a UIPicker in the 3.2 SDK? I'm in the middle of porting an iPhone application over to an iPad and that's the one thing I can't seem to get to work. I've tried... -Creating an action sheet, add the picker as a subview…
Staros
  • 3,232
  • 6
  • 30
  • 41
2
votes
1 answer

iPad Simulator Multitouch Cursors Don't Show Up When Window is Scaled 100%

I have the iPhone SDK 3.2 installed and been working on an iPad application. However, the iPad simulator doesn't show the two gray multitouch "cursors" when I hold down the ALT/OPTION button and move the mouse around. This only happens when the…
Joel
  • 16,474
  • 17
  • 72
  • 93
2
votes
4 answers

Navigate to a SplitViewController

I've been playing around with the iPad SDK looking for ways to improve my current iPhone app. I've got a couple place where I think the new "SplitView" would look pretty good. My question is if it's possible to navigate to a "SplitView" with my…
Staros
  • 3,232
  • 6
  • 30
  • 41
2
votes
1 answer

Creating 1 page PDF of iPad Screen view - How?

I've asked this question on a couple other forums and have had zero response, so I'm hoping someone here can help point me in the right direction. I have a pretty simple one screen application for my work. It's basically just a recreation of a 1…
user314695
  • 21
  • 2
2
votes
1 answer

iPhone OS 3.2 (iPad) Modal View question

I am presenting a UIViewController as a modal viewcontroller with modalPresentationStyle = UIModalPresentationFormSheet. I have few UITextFields on its view. My issue is that when I try to dismiss the keyboard ([textfieldname resignFirstResponder]),…
bibhas
  • 77
  • 1
  • 7
2
votes
4 answers

iPhone development: what will [[UIDevice currentDevice] model] return for "iPad"?

What will [[UIDevice currentDevice] model] return for "iPad"?
g.revolution
  • 11,962
  • 23
  • 81
  • 107
2
votes
3 answers

iPhone Debugging Error launching remote program: failed to get the task for process 907

Created an app for adhoc distribution and installed on iphone but it is not working on the installed iphone,Tried connecting the iphone to mac and debug the app but it throws up error stating " Error launching remote program: failed to get the task…
Pinky
  • 1,217
  • 4
  • 17
  • 27
1
vote
4 answers

show a login screen before Tab bar controller

Possible Duplicate: show a login screen before Tab bar controller? i am designing an iphone application which should be display login screen initially, after that it should display tab bar controller with 5 tabs. Am able to launch login screen…
1
vote
0 answers

Iphone sdk not installed error while installing phonegap template

I recently installed iPhone SDK on my Mac OS X 10.5 VMWare. I have iPhone SDK 3 installed on the vmware image. I planned to learn Phonegap development and so started to install the 'PhoneGap Template' for iPhone applications. But when I start the…
mliya
  • 21
  • 1
  • 3
1
vote
2 answers

How to use NSTimer to make an image alpha change/fade?

I am programming an app for the iphone in Objective C in Xcode. What I am trying to do is to make a splash screen at the start of my app last for about 2 or 3 seconds, I have looked throughout the internet, but all of the tutorials on how to do this…
Ryan S
  • 31
  • 1
1
vote
2 answers

setImage:forState: does not work in iOS 3.2

The expected behavior is to change the image (from play to pause and from pause to play) when the play action is clicked. This works as expected in version 4.x. In version 3.2 the setImage does not work meaning the setImage does not set the image.…
user687888
  • 11
  • 1
1
vote
2 answers

Use twitter ios sdk oAuth

I try to use MGTwitterEngine for twitter Iphone integration, this is supporting both xAuth and oAuth as per its documentation and firstly I try it using xAuth as which function I am calling named getXAuthAccessTokenForUsername But my application is…
Amit Battan
  • 2,968
  • 2
  • 32
  • 68
1
vote
1 answer

universal app target for iphone & ipad - 2 app error

Really would appreciate it if you can help me with something. I have searched every websites and apple documentation but cannot find an answer for the following issue I have: I have upgraded an iphone app with the intention of having 1 universal…
user608821
  • 11
  • 1
1
vote
1 answer

Difference between iPhone SDK 3.x and 4.x

what is the difference between iPhone SDK 3.x and iPhone 4.x ? what is the new features in iPhone ? How to feel a iPhone programmer the iPhone SDK 4.x feature. ? Thanks & regards.
jaleel
  • 1,169
  • 8
  • 22
  • 46
1
vote
1 answer

ipad: Image loading and Memory management problem & crash of the app

I am having about 60 different images coming from the webservice.And I am storing it in a NSMutablearray. now when I load the image for the very first time , each image will consume about 0.5 to 1.5 mb of space of iPad. As I do have multiple images…
V.V
  • 3,082
  • 7
  • 49
  • 83
1 2
3
8 9