iphone-sdk-3.1

Background problem of opengl 3d object over iphone camera view

Hi, I'm loading opengl 3d objects over the iphone camera view. When opengl view is loaded it's loading with a opengl 3d object with black background. The black background color will block the camera view.I just want to clear background color of opengl view so that I could load only the 3d object to the camera view. I had tried glclearco...

What is the best approach for copying a file from your project folder to the documents folder on your iPhone?

I have 2 different projects that have the same exact code, I am using NSSearchPathForDirectoriesInDomains to get the document directory and NSFileManager to check if fileExistsAtPath. In the one project everything works great, in the other, the file is not found. I set breakpoints for both and NSLogged out everything and apparently ther...

how i can attach more than one picture in mail (excuse my english i am french thanks !)

how i can attach more than one picture in mail with sdk iphone ...

indexed table view for iphone

http://developer.apple.com/iphone/library/samplecode/TableSearch/index.html Hi, I am new iphone developer. Can anyone help me to understand how to convert this example to a indexed table view which will look similar to the iphone contacts application. ...

how to remove seperator from tableview

Hi, I used interface builder and changed my tableview style as grouped and seperator as none. I was able to see the change in the display style which is grouped right now. But The seperator change is not getting reflected. Kindly help me how to remove the seperator. ...

can appcelerator use NSUserDefaults on iphone?

I'm trying out the version 1.2 appcelerator and wanted to use the NSUserDefaults with it... has anyone tried that before?? I can find it in the docs... :{ thanks!! ...

Where can I download iPhone SDK 3.1?

I'm trying to setup Titanium Developer which requires the iphone sdk 3.1+. I can't install 3.2 because I'm running OS X 10.5.6. Where can I download sdk 3.1? ...

Facebook Source path issue in iPhone

Hello everyone!! Hope You all are fie and also in one of your best of moods!! I need your help to solve an issue with Facebook. I have integrate Facebook Connect with my iPhone app. So as per step i have to write path of src folder into 'Header path info' Field in Project Build. I have given the absolute path to 'Header path info'...

iPhone OpenGL ES freezes for no reason

Hi, I'm quite new to iPhone OpenGL ES, and I'm really stuck. I was trying to implement shadow mapping on iPhone, and I allocated two 512*1024*32bit textures for the shadow map and the diffuse map respectively. The problem is that my application started to freeze and reboot the device after I added the shadow map allocation part to the co...

UIView animation

I have a UIView(first view) on top of which I would like to display another UIView(second view). I display the second view using animation which causes the second view to be displayed for about 3/4 of the iPhone screen. The first view is visible underneath the animated second view. I would like to make changes to the first view as the se...

Symbol not found: _OBJC_CLASS_$_UIPopoverController

Hi, I am having problems with my universal app. I have set the Base SDK to iPhone 3.2 and set the target to 3.1. I have moved the files that are using the UIPopoverController to their own files and they shouldn't be loaded when loading the app on the iPhone. Still, when I build my app I get the following error when I build and debug ...

How to make my iPhone app compatible with iOS 4?

Hello, My iphoneos 3.1 based application is not working on iOS 4 GM: the camera is not showing in full screen, it doesn't correctly detects compass information, the uiwebviews doesn't respond to touches (they don't scroll), and so on. It's completely broken! Now my question is: how can I develop an update using the latest xcode with sup...

UIImageWriteToSavedPhotosAlbum working... sometimes.

Hello, UIImageWriteToSavedPhotosAlbum is only working sometimes. Sometimes it works, sometimes it doesn't, exact same function. - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo { NSLog(@"Saving image to camera roll..."); UIImageWriteToSavedPho...

Resume back to my application when call is ended in iphone

Hello friends, I want make a call from my iphone application, when i end the call my application should resume back.How to do this functionaly is there any tutorials regarding this kindly help me friends. Thanks ...

maximum number of rows that can be shown on tableview

Hi, I would like know the limit of maximum number of rows that can be shown in the UItableView. Thanks in advance. ...

will a iphone 3.1 build work on 3.2, 3gs and 4.0.1

Hi, I am planning to do a app which works on 3.1 and launches on 3gs as well. Please let me know how will it be displayed when launched at iTunes connect ? will it be like works on 3.1 and above and will get installed on iphone 3.1, 3.1.2, 3gs and 4.0.1 or just works on 3.1 alone. Please enlighten me what has to be done for working on a...

iphone 3.1 based code on iphone 4

Hi, I did a very small app which downloads files from a server. iPhone 4 supports background processing of the app that is the app goes in background when user switches it. Here is my question, if my small app developed on iPhone 3.1 based stuff (build to phone by changing to iOS 4) is allowed to run in background, will my app still c...

change background color of a section header title (normal tableview)

hi, My app looks just like the default address book app on iphone. For each alphabet there is a section header in the address book( A, B . .) in gray gradient background color. Is it possible to override that default color to some other tint color ? ...

vertically moving javascript button or menu on uiwebview

hi, I am facing lots of problems in handling the touch event of the uiwebview for making my tabbar and navigation bar hides/unhide. I thought of putting a horizontally moving button or a small text on the uiwebview which will move along with the user scrolling. If the user touches the button which moves along with the user scroll i am ...

Why does NSOperationQueue on iPhone OS 3.1 hold on to long-cancelled (and released) operations?

I have an app that uses NSOperations to manage service calls to a web API (the calls are based on CURLOperation in Jon Wight's touchcode). There is a certain call that downloads map locations when the center of a map view changes significantly; since these can stack up so quickly, if you move the map around, I try to aggressively cancel...