Refers to the iPhone software development kit, version 3.2.
Questions tagged [iphone-sdk-3.2]
129 questions
0
votes
2 answers
Animations taking extra memory
I need to use animation in my iPad application.When I use the animations the memory is increasing and getting exception..When I launch my application the size of the memory is 10 mb, once the animations are started it is increasing the memory size…

Sekhar Bhetalam
- 4,501
- 6
- 33
- 52
0
votes
3 answers
Memory Management
I need a clarification from all of you,That is I am implementing an iPad application. In that I tried to download and animate the images. The image count should be more than 100,000.The code I used to download and adding to the view is as…

Sekhar Bhetalam
- 4,501
- 6
- 33
- 52
0
votes
2 answers
Maximum size of the iPad Application
Is any one now the Maximum size of the application when we are playing with it?. I just want to know it because of my application is having more than 10000 images. Please reply me
Thanking you,
Sekhar Bethalam.

Sekhar Bhetalam
- 4,501
- 6
- 33
- 52
0
votes
1 answer
Problem with ebook reader application
I am working on a ebook reader application... i can able to work exactly as iBooks application does.
I have used :
CFURLRef pdfURL = CFBundleCopyResourceURL(CFBundleGetMainBundle(), CFSTR("paper.pdf"), NULL, NULL);
pdf =…

Tariq
- 9,861
- 12
- 62
- 103
0
votes
1 answer
how to implement two fingers panning like safari broswer?
i try to implement panning and zooming functionality like safari browser in ipad.
i used UIPinchGestureRecognizer for zooming with two fingers touch. but i dont know how to implement two fingers panning.
when i touch with two fingers its tap count…

priyanka
- 2,076
- 1
- 16
- 20
0
votes
1 answer
Adding a sound to load with a spash screen in xcode
I have set up a splash screen for my app project and would like to have an sound (mp3) play just after the splash screen loads. I am new to using xcode and wondered whether some one could advise on what code I will need to input/where to input…

Paul
- 1
0
votes
2 answers
ipad: how to move a sprite by sliding it and continue to go according to sliding speed
I have a sprite(image of a ball) I can move it using touch and move. I have also identified the rate of change of location(x-axis,y-axis) of that sprite depending on sliding period.
Now I need to continue that sprite to go according to its speed and…

Sadat
- 3,493
- 2
- 30
- 45
0
votes
1 answer
How to resume playing after i sliding the indicator of the slider in my custom moviePlayer?
In my custom movie player ,i use [player setInitialPlaybackTime:playSlider.value];
to make the movie resume playing at the time i slide to,but it has this situation:
the indicator returns to the start of the movie,then go to the time…

ben
- 1,020
- 1
- 15
- 27
0
votes
1 answer
How to get the current playback time from moviePlayer?
As i know
moviePlayer.duration
can get the duration of a movie, i know
playableDuration,
initialPlaybackTime,endPlaybackTime,
but i want to get the current playback time of the moviePlayer .And if there has this method,which Notification should be…

ben
- 1,020
- 1
- 15
- 27
0
votes
1 answer
How to know when the playControllerBar of moviePlayer will be dismiss?
as the title,when i play movie using moviePlayer I want to know when the playControllerBar will be dismiss,so that i can control my view added in moviePlayer .
Is there anyone know that?
Tell me ,thanks .

ben
- 1,020
- 1
- 15
- 27
0
votes
3 answers
iPad Rotation, Any Way To Load Custom View Based On Orientation?
Im writing an app that I would like to display different views based on orientation. For example, if the device is portrait load pView, if landscape load lView. Below is the code ive currently tried.
-…

Tanner
- 813
- 1
- 7
- 12
0
votes
2 answers
Changing dev iPhone app's bundle identifier - retain core data store?
I need to change the bundle identifier of my iPhone app before I can upload it to the app store. However, I also have data in my Core Data store which want to continue using even after I change the bundle identifier. However, it seems that the…

Jason
- 14,517
- 25
- 92
- 153
0
votes
1 answer
persisting launchOptions NSURL as global variable
I have associated my app with a UTI so that users can launch KML attachments. In the iPad app delegate of my universal app I can see the launchOptions and from these I get an NSURL for the file being launched. I want to store this as a global so…

Jon-Paul
- 439
- 1
- 4
- 11
0
votes
2 answers
how can i zoom a portion of my view based iphone app?
I am using iPhone SDK 3.2. I have drawn some lines on an UIView like road on a small city and added that as subview to the main view window(controller view). Now I need to zoom it from different point of view like a more specific aria of that…

Sadat
- 3,493
- 2
- 30
- 45
0
votes
1 answer
XML parameter for SOAP webservice request in iPhone
I want to send a SOAP request to a webservice method. Now I want to send the parameter as an XML input for that request. How can I do it in iPhone? Right now I am sending the request in following way:
NSString *soapMessage =
@"

Jayshree
- 281
- 1
- 6
- 28