Questions tagged [iphone-sdk-3.2]

Refers to the iPhone software development kit, version 3.2.

129 questions
0
votes
1 answer

Raphael JavaScript Library on iPhone

I've included the Raphael JavaScript library into an iPhone project, however I'm not able to get it to work in a webview. I have a basic test where I should get a red circle. It works on Safari on the Mac but I can't get it to work on the iPhone…
Anthony
  • 1
  • 1
0
votes
1 answer

how to make a public class/method using objective-c?

we are a group working on an iPhone app. and its our first time. I just would like to know the easy way to implement a public class so that my partner can give me a variable that contains a value i need to use in my code. It doesn't have to be a…
Zee
  • 172
  • 1
  • 5
  • 12
0
votes
1 answer

iphone sdk uitabbarcontroller does not work

I'm trying to create 3 Tabbar control but the third one does not display the page, anyone know what's wrong with the code? Thanx in advance. FirstViewController* viewController1 = [[FirstViewController alloc]init]; MySecondViewController*…
kelvin
  • 1
0
votes
1 answer

how do I compile with 3.2 even though I have 4.1.2 installed

I am having trouble with the new 4.1 for iPad. I want to still compile against 3.2. Do I set the base version in the project settings? If so, why is it marked as missing? How do I get it and where do I put it? Sorry a lot of questions there but they…
Mike S
  • 4,092
  • 5
  • 35
  • 68
0
votes
1 answer

ADBannerView appering in landscape mode, but not in thr portrait mode

How to autochange the size of ADBannerView when iphone is in landscape mode or portrait mode. iAd appears in landscape mode but not in the portrait mode.
0
votes
1 answer

Control when menu disappears in UISplitViewController

I've got a UISplitViewController set up and working nicely. When a user touches a row, it pops out an indented row of options, which the user can then select to update the detail view. The only issue is that in portrait mode the menu disappears…
JoBu1324
  • 7,751
  • 6
  • 44
  • 61
0
votes
2 answers

Left area of section in iPhone TableView

I have a section where I would like to customize the left area of a section a TableView - a bit like viewForHeaderInSection. I have thought at using a cell for the section instead, but it would be a lot of nitty-gritty.
Olav
  • 1,758
  • 4
  • 27
  • 49
0
votes
1 answer

Replace a line in a file

I have a very large text file, and my iPad program needs to occasionally replace a single line of data (newline: '\n'). How can I do this efficiently? Writing the entire file at once is not an option. I've been looking into NSFileHandle, and it…
JoBu1324
  • 7,751
  • 6
  • 44
  • 61
0
votes
4 answers

Good Books for Iphone sdk and Objective-C

I have choosen Iphone as my profession and I am working on it for making my career on this particular field.Since from last few weeks I am searching on for good books on Iphone sdk and on obj-c with topics included like: Total UI Controls , UI…
adusum
  • 41
  • 5
0
votes
2 answers

disclosure indicator shifted from its position after scrolling in iphone

I am facing a strange problem. In a table view, I am having 3 sections out of which 1st section is having only labels and text fields. 2nd and 3rd section contains text fields and disclosure indicator on some cells of table.Say 2nd section is having…
Vishal Mali
  • 71
  • 1
  • 8
0
votes
1 answer

iPad Universal Binary - problem with MessageUI.framework

I'm in the process of turning one of my iPhone apps into a universal binary. Everything works ok accept for the MFMessageComposeViewController Class. I went the single project with two targets route. When I run the iPad Target, the compiler flags…
W Dyson
  • 4,604
  • 4
  • 40
  • 68
0
votes
1 answer

iPad Partial Curl Modal View causes MPMoviePlayer to restart

I'm developing a presentation app for a client, and in the presentation the client is able to double tap a slide to view a "sub-slide", which means the current slide does a partial curl transition to present a full screen modal view. My issue is…
0
votes
1 answer

Keyboard won't dismiss when popover closes on iOS 3.2

- (BOOL)popoverControllerShouldDismissPopover:(UIPopoverController *)popoverController { [self dismissFirstResponder]; return YES; } -(void)dismissFirstResponder { [nameField resignFirstResponder]; [descriptionField…
Tom H
  • 1,316
  • 14
  • 26
0
votes
2 answers

wait_fences: failed to receive reply: 10004003

i am trying to add splitview into my project code. I understand that most of the SplitView project have their splitview loaded on the main window. but i need to have other views before i come to the split view. That's the reason that i added split…
Yit Ming
  • 383
  • 2
  • 11
0
votes
1 answer

Need to Call a Method When the Device BecomeActive

I need a help from you, That is I am implementing an application in that I need to call a method once the app resign and becomeActive but it is not working. Is there any way to call a method from our viewController when the device become…
Sekhar Bhetalam
  • 4,501
  • 6
  • 33
  • 52
1 2 3
8 9