Tagged Questions
Refers to the iPhone software development kit, version 3.1.
14
votes
8answers
6k views
Black corners on UITableView Group Style
I have a problem where my UITableView (group style) has a black "tip" above it's rounded corner.
I'm setting up the background of the tableview like so:
[meetingTableView ...
9
votes
2answers
7k views
Symbol not found: _OBJC_CLASS_$_UIPopoverController
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 ...
8
votes
1answer
539 views
Finding the distance, currency, temperature units etc. for a country (iPhone)
During the localization of my app I went through a lot of documentation, somewhere Im sure I read that there is a way to get a set of units that is linked with the locale.
I believe it said something ...
8
votes
1answer
3k views
GameKit wifi connection?
I've read that as of iPhone OS 3.1, GameKit supports wifi connections. But the documentation states:
"If your application configures the
peer picker to allow Internet
connections, your ...
7
votes
4answers
3k views
UITextView selectedRange not displaying when set programatically
My problem is that programatically setting the selectedRange of UITextView selects the text, but does not visually indicate it's selected. Does this sound like a bug in OS 3.0/3.1. More importantly, ...
6
votes
1answer
181 views
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 ...
3
votes
3answers
1k views
How to make my iPhone app compatible with iOS 4?
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 ...
3
votes
2answers
2k views
iPhone - How do you make a resizable rectangle for cropping images?
I'm having a trouble making a re-sizable rectangle for cropping my images. I'm trying to achieve something like this picture:
http://img192.imageshack.us/img192/8930/customcropbox.jpg
Well, the only ...
3
votes
3answers
815 views
Security Policy Error after Installing iPhone SDK 3.1
I'm working on an iPhone project in which the developer that created it has left the company. The Boss asked me to ensure it compiles on the 3.1 iPhone SDK.
After installing, it built and ran fine ...
3
votes
2answers
3k views
iPhone App crashes on device with OS 3.1 not in simulator
The app crashes on the tester's device (with OS 3.1) but does well on the simulator and my device with OS 3.0.
I have the crash log but I am finding it difficult to understand the reason of this ...
2
votes
1answer
343 views
AudioUnit set property error (error code -10868)
I am trying to set a property in AudioUnit using AudioStreamBasicDescription. I am trying to set the format for the sound data. The error code returned is -10868. It only occurs on iOS 3.1.3 or less, ...
2
votes
1answer
302 views
importing file from email when using Xcode 3.1.4 with iPhone SDK 3.1
i want to import an csv file in my app. i search but found solution only for ios 4. so my question is is their any way of making file sharing enable and to import file from an email attachment?
2nd ...
2
votes
1answer
124 views
importing file from email
i just found a very useful link, i just want to know that can i use this in Xcode 3.1.4 with iPhone SDK 3.1 (Mac OS X 10.5. Leopard )
i trying to do that but cannot find the following attributes in ...
2
votes
3answers
273 views
maximum number of rows that can be shown on tableview
I would like know the limit of maximum number of rows that can be shown in the UItableView. Thanks in advance.
2
votes
2answers
4k views
UIImageWriteToSavedPhotosAlbum working… sometimes
UIImageWriteToSavedPhotosAlbum is only working sometimes. Sometimes it works, sometimes it doesn't, exact same function.
- (void)imagePickerController:(UIImagePickerController *)picker ...
2
votes
2answers
2k views
iPhone SDK Invert the Colors of a UIImage
I've got an iPhone app that allows a person to draw something on the screen with their finger. They draw with a white line on a black background. However, when I upload this image to the web server, ...
1
vote
0answers
250 views
Building a universal app for iOS 3.1, iOS 3.2 using iOS SDK 4.2
I have a universal app which was originally built for iOS4.2. Since this project does not use many 4.0+ specific APIs, I would like to build this app with deployment target set to 3.1.
It gets built ...
1
vote
2answers
2k views
change background color of a section header title (normal tableview)
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 ...
1
vote
2answers
111 views
will a iphone 3.1 build work on 3.2, 3gs and 4.0.1
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 ...
1
vote
1answer
313 views
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?
1
vote
1answer
188 views
how to remove seperator from tableview
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 ...
1
vote
1answer
370 views
Using consumable items with In-App Purchase for permanent items
For my upcoming iPhone application I'd like to offer In-App purchases of expansion content (things like additional unit types), but I'd like to offer them in a booster-style format, i.e., you buy a ...
1
vote
1answer
2k views
MMS Streaming in iPhone Application
hope you all are fine and also in one of your best of moods!!
I have a query to ask you.
I have few mms at server side. I want to stream those mms clips and want to open in my Application.
anybody ...
1
vote
2answers
206 views
How can learn great iPhone Programming?
iam new iphone developer and i built several apps . i read some books like Beginning iPhone development . but i have problem , that is i can create application based on books that i read !
How can ...
1
vote
2answers
1k views
When to release an object added to an NSMutableDictionary
I am working on an iPhone app that will construct, at run-time, an NSMutableDictionary for which the values (of the key-value pairs) will be NSMutableArrays. Being somewhat new to the Objective-C, I ...
1
vote
1answer
437 views
iPhone Accurate Reverse Geolocation
I want to get the most accurate location possible in my app. I have tried in the past (about 2 months ago) and I used to get some quite odd results. Like one time it would get a location pretty ...
1
vote
2answers
1k views
Image Move & Resize not working when using a custom camera overlay iPhone SDK 3.1+
I used to use the old-school method of adding an overlay to the camera screen, and that worked fine. However, since 3.1 came out, Apple is insisting that I use the API to add an overlay. I quickly ...
1
vote
4answers
3k views
CorePlot problems
I started with core-plot now and came to some problems. I followed the tutorial from this page: http://www.switchonthecode.com/tutorials/using-core-plot-in-an-iphone-application
and completed with ...
1
vote
1answer
1k views
AppleFairplayTextCrypterSession::fairplayOpen() rashing iPhone on startup
I'm trying to find out if anyone here had mysterious crash on startup and peeking into the console logs, you see AppleFairplayTextCrypterSession::fairplayOpen() failed ?
The iPhone app will connect ...
1
vote
1answer
3k views
NSData writeToFile gives a “may not respond to” message on iPhone SDK
I have a problem with an NSData object -writeToFile: method, and the same with the NSString object as well.
When I compile to software, it gives the NSData (or NSString) may not respond to ...
1
vote
2answers
3k views
iPhone: taking a picture programmatically
I'm trying to use the UIImagePickerController interface from OS 3.1, with the cameraOverlayView and takePicture, but I've clearly failed to understand how this works, and so I'm not getting the ...
1
vote
3answers
2k views
Rotate the content of a MKMapView
I need to rotate the content of the mapView according to the compass value:
float myHeadingValue = newHeading.trueHeading;
and for rotating the map I use this:
[mapView ...
1
vote
1answer
1k views
Dismissing UIImagePickerController
I have the following code:
SecondViewController *secondView = [[SecondViewController alloc] initWithNibName:@"SecondViewController" bundle:nil];
[imagePicker ...
1
vote
3answers
1k views
App crashes after launching on OS 3.1
I need help to understand the crash log i received from the client. The app works fine on my phone but it crashes with him. I have OS 3.0 installed here while my client has upgraded to OS 3.1.
Client ...
1
vote
0answers
1k views
PageControl Optimization
I'm developing for iPhone, SDK 3.1. I have about 150 images that I need to display to the user for him to page through. I've copied the code from the PageControl sample from Apple but once I load it ...
1
vote
1answer
329 views
Application not re-started after phone call
I am a noob in iPhone app development, I am trying to create an application (with some buttons to call my contacts).
Until yesterday I had OS 3.0 installed on my phone and my application restarted ...
1
vote
1answer
715 views
In Xcode 3.2 under iPhone-SDK 3.1, how do I avoid “Dead store” error from CLANG analyzer?
I just upgraded to Xcode 3.2 and am using the Build and Analyze feature to check old code for errors.
While doing something I thought was innocuous, I get this error:
"Dead store: Value stored to ...
0
votes
2answers
53 views
Use a different starting view on second launch of app
I have two apps; the first app will launch the second app and then when clicking the "Back" button, it will launch the first app again for a second time.
Assuming I have three views (view1, view2, ...
0
votes
1answer
596 views
Facebook API with iphone
am new to iphone technology and i have been allocated on a project where i will be using an API of facebook so i have downloaded the facebook api from this link ...
0
votes
1answer
244 views
vertically moving javascript button or menu on uiwebview
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 ...
0
votes
2answers
73 views
iphone 3.1 based code on iphone 4
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 ...
0
votes
1answer
630 views
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 ...
0
votes
0answers
526 views
iPhone OpenGL ES freezes for no reason
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 ...
0
votes
1answer
171 views
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!!
0
votes
1answer
816 views
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 ...
0
votes
1answer
92 views
How can I attach multiple pictures to an email?
How can I attach more than one picture to an email using the iPhone SDK?
0
votes
3answers
1k views
Background problem of opengl 3d object over iphone camera view
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 ...
0
votes
2answers
400 views
Intro Page for 5 Seconds after the default.png file and before the MainWindow.nib
I had created a project where the default.png sleeps for 3 seconds and then the MainWindow.xib is loaded I wanted to create a new IntroPageViewController.xib before the FirstPageViewController.xib ...
0
votes
1answer
2k views
Sending MMS in my iPhone Application
hope you all are enjoying.
Recently i come to know that now iPhone 3G and iPhone 3GS support MMS sending and receiving functionality.
I have seen a video in which Apple's native Message Application ...
0
votes
1answer
473 views
UITextFieldDelegate != IBAction backgroundTap
The scope of this question is IPhone 3.1 sdk (app running in simulator still)
I have a table view that has a cell with a UITextField in that cell. The table view is grouped, and has one section with ...