Refers to the iPhone software development kit, version 3.2.
Questions tagged [iphone-sdk-3.2]
129 questions
1
vote
2 answers
Data Formatters temporarily unavailable
I had a problem with my iPad application that is, I need to download more than 10,000 images from a server at a time. I successfully downloaded more than 8000 images, But after that I got an exception like "Program received signal: “0”.
Data…

Sekhar Bhetalam
- 4,501
- 6
- 33
- 52
1
vote
1 answer
How to Adding suview to the UIImagePickerViewController in ipad
I need to add two button in the UIImagePickerViewController for the iPad. I don't know how to increase the size of the UIPopOverViewController if it is possible I will add them as a subview. Please help on this regard, is there any better ideas to…

Sekhar Bhetalam
- 4,501
- 6
- 33
- 52
1
vote
3 answers
Adding text into a Sprite
How can I add text or characters into a Sprite. If it's not possible, is there any alternative to get the same effect?
NOTE: I am using COCOS2D framework.
EDIT:
I have tried in this way-
CCLabel* label = [[CCLabel alloc] initWithString:@"H!"…

Sadat
- 3,493
- 2
- 30
- 45
1
vote
2 answers
minimum effective schedule interval ( iphone objective c )
I think there is a minimum time span that we can assign as interval to schedule a task in iPhone SDK.
But I haven't found that minimum interval/time span yet.
Would you let me know please! It will be very helpful to me.
EDIT
Any detail reference is…

Sadat
- 3,493
- 2
- 30
- 45
1
vote
3 answers
2 lines mean it won't run on iPad
We have a project that runs fine on OS4 but we're having problems getting it to run on iPad 3.2.
Base SDK is 4.0 and Deployment target is 3.2.
The code crashes on the iPad simulator (and device) before it has even started, with the error
"Data…

Paul Carruthers
- 203
- 2
- 5
1
vote
1 answer
how to control the volume of ipad without MPvolumeView?
In a movie player, i can use mpVolumeView to control the volume.Is there any other way to control it ?

ben
- 1,020
- 1
- 15
- 27
1
vote
3 answers
can i add progress into a UISlider?
This picture shows what i want , i just making a custom movieplay controller.
alt text http://www.imagechicken.com/uploads/1279252703012036800.png
I know how to make a custom uislider as code below
playSlider.backgroundColor=[UIColor…

ben
- 1,020
- 1
- 15
- 27
1
vote
1 answer
What is the API for iPhone/iPad file transfer?
I can't seem to find anywhere the name of the API to use in my iPad(iOS 3.2) app in order to be able to sync files from/to computer using iTunes, the way Stanza, GoodReader and zillion other iPad apps do.
Any ideas? Hints? Tutorials?

Alex
- 919
- 2
- 7
- 16
1
vote
3 answers
How can i detect whether a touch action touches on a sprite or not at zoom state?
First i have scaled the layer larger which contains the sprites.
Now I need to sense touch on a sprite.
I have tried as follows, but cant reach to goal-
CGRect tRect= [[aSprite displayedFrame] rect];
if(CGRectContainsPoint(tRect,…

Sadat
- 3,493
- 2
- 30
- 45
1
vote
1 answer
MPMoviePlayerController + Movie get pause after it start buffering the data
In my application I am using MPMoviePlayerController to play movie from URL. initially for 2-4 secs it play well , but after that for each buffering it pauses the movie and Manually I need to play though ....
shouldAutoplay = YES; is set
I have…

Sagar...
- 1,062
- 3
- 15
- 35
1
vote
2 answers
Making an grid of an UIImageView
I don't know if this is possible, but I guess it is.
I have a tableview with custom cells. These cells have a UIImageView as background. But because the size of the cell is relative I would like the image view to adapt its size.
This is now…

Paul Peelen
- 10,073
- 15
- 85
- 168
1
vote
0 answers
3.1.3 and 3.2 different behaviour
I'm using a custom cell in tableView with a UITextField
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
static NSString *CellIdentifier = @"Cell";
UITableViewCell *cell = [tableView…

teo
- 269
- 1
- 5
- 11
1
vote
3 answers
Template compiling errors on iPhone SDK 3.2
I'm porting over some templated code from Windows and I'm hitting some compiler differences on the iPhone 3.2 SDK.
Original code inside a class template's member function is:
return BinarySearch >(key);
where BinarySearch is a…

Didier Malenfant
- 729
- 1
- 10
- 25
1
vote
0 answers
Obtaining touch location for a uiscrollview touch
I have a uiscrollview as an element of a uiscrollviewcontroller, along with other view objects. The image scrolls and zooms as expected, when the scrollView is the top subview. However, I also need to get the screen location of the touch, in…

LOSnively
- 11
- 3
1
vote
3 answers
Beginning 3.2+ iPhone development
I'm interested in learning Objective C for iPhone development. This is a topic which I realize has been covered to death. The qualifying difference is: I'd like to start learning beginning with the latest version (the most recent iPhone OS as of…

Dinah
- 52,922
- 30
- 133
- 149