Questions tagged [iphone-sdk-3.2]

Refers to the iPhone software development kit, version 3.2.

129 questions
0
votes
1 answer

Setting The Wallpaper On An IPad

I think there is no way to set the lock screen wallpaper on the iPhone programmatically (with ref to this question), but with the 3.2 SDK and the ability to set the wallpaper on the home screen on the iPad, does the SDK allow this to be done via…
Anirudh
  • 2,129
  • 4
  • 24
  • 32
0
votes
1 answer

IPad App Issue - Webview

I developing a Ipad application I am trying to use Webview but not able to open the URL in webview I am using following code NSURL *fileURL = [[[NSURL alloc] initWithString:@"http://www.google.com/"] autorelease]; NSURLRequest *requestObj =…
Amit Battan
  • 295
  • 3
  • 12
0
votes
1 answer

Am I leaking memory here?

Consider the following method, where I build a string and return it. I would like to release the building blocks of the string, but then the string is based on values that no longer exists. Now what? Am I leaking memory and if so, how can I correct…
Moshe
  • 55,729
  • 73
  • 263
  • 420
0
votes
1 answer

Adding view to UIScrollView and toggling scrolling/interacting

I have a UIScrollView in my project. I have a view controller I would like to add as a child of the UIScrollview. Would I just do that like this: [scrollView addSubview:theViewController.view]; or is there a better way? (theView is a view, not the…
Peter Hajas
  • 3,861
  • 4
  • 23
  • 27
0
votes
1 answer

Cocoa Touch text view with aligned, justified text

I am trying to create a textview with predefined height that will contain justified text. When entering the text into the view, I need to be able to check when the view is full. How would I do this? Core Text? I am using sdk-3.2.
LK.
  • 4,361
  • 7
  • 34
  • 48
0
votes
1 answer

Can't use IBActon for button on after installing iPhone SDK 3.2

I have no idea what happened after installing this update ... I can't do this most simple thing which I've been using for a long time. Does anyone have the same problem as I do?
Ondrej Rafaj
  • 4,070
  • 7
  • 38
  • 61
0
votes
1 answer

Post as a fan page on iOS Facebook SDK 3.0

I'm trying to post to a fan page as the fan page, not as the user. On the old SDK, I simply asked for "me/accounts" and received the access token. Now I can do the same, but I have no way to use that Token, since FBRequest takes its access token…
avishic
  • 2,328
  • 1
  • 17
  • 38
0
votes
1 answer

iPhone in-call status bar size?

Does anyone know the size of the in-call status bar? I am developing an app to be mostly used when the phone is in a call and would like to make the UI so it is usable while the in-call status bar is on. Thanks
OscarTheGrouch
  • 2,304
  • 4
  • 28
  • 38
-2
votes
2 answers

Adding video to an iPhone application

How do I add a video to an iPhone app. using iPhone SDK 3.2.5? I dont see the actual video but I can hear it playing. Here is the code: -(void) viewDidLoad{ NSBundle *bundle=[NSBundle mainBundle]; NSString *moviePath = [bundle…
Shuqom
  • 11
  • 1
  • 4
1 2 3
8
9