Tagged Questions

32
votes
24answers
2k views

Are you doing iPhone development? How do you learn?

I am looking for more iPhone developers who are actively posting to their blog and/or Twitter. I have been learning a lot from books but the online resources beyond Apple's developer site have been …
20
votes
8answers
976 views

Open source iPhone components? Reusable views, controllers, buttons, table cells, etc?

Are there any repositories around for open sourced iPhone components? For instance, I have found myself needing to create several new types of table cells to mimic some of Apple's existing …
20
votes
11answers
6k views

Programmatically get own phone number in iPhone OS

Is there any way to get own phone number by standard APIs from iPhone SDK?
18
votes
6answers
1k views

How do I manage building a Lite vs Paid version of an iPhone app?

Hi there; I'm starting to get to the point where I want to consider building a lite version of my iPhone app. I've found a few things on the web that talk about the process a bit, namely: …
15
votes
16answers
2k views

What does iPhone OS 3.0 need from a programming perspective?

iPhone OS 3.0 is being announced and previewed next week (March 17). We all know the feature set users want. Copy/paste, MMS, Flash on iPhone, etc. We'll see about those. What I'm interested in …
14
votes
2answers
3k views

iPhone SDK internet connection detection

I'm working on an iPhone app that makes a few calls to web services. I posted this app on the Apple store but it got rejected (and rightly so) since there was no error message displayed to the user if …
14
votes
5answers
2k views

What’s the best way to communicate between view controllers?

Hi Stack Overflow Gang, Being new to objective-c, cocoa, and iPhone dev in general, I have a strong desire to get the most out of the language and the frameworks. One of the resources I'm using is …
13
votes
11answers
11k views

EXC_BAD_ACCESS signal received

When deploying the application to the device, the program will quit after a few cycles with the following error: Program received signal: "EXC_BAD_ACCESS". The program runs without any issue on the …
12
votes
7answers
8k views

How to access SOAP services from iPhone

Hi, I'm planning to develop an app for the iPhone and that app would have to access a couple of SOAP services. While doing some basic checking in the iPhone SDK I was not able to find any support for …
12
votes
1answer
1k views

prevent iPhone from dimming screen (power saving)

I'm working on an app that requires no user input, but I don't want the iPhone to enter the power saving mode. Is it possible to disable power saving from an app?
11
votes
4answers
3k views

What happens to an iPhone app when iPhone goes into stand-by mode?

My app uses NSTimer and it appears that NSTimer doesn't fire when the iPhone goes into the stand-by mode (either by pressing the hardware button or by the idle timer). When I activate the iPhone …
10
votes
6answers
4k views

How do I sync application data between an iPhone and another computer?

I'm working on an iPhone application that would allow viewing and editing of data that I want to keep in sync with a desktop application. I don't see anything in the SDK that directly addresses data …
9
votes
4answers
990 views

UIViewController memory leak issues

Similar to the known memory leak issue regarding creating and destroying an instance of the UIImagePickerController, I'm finding similar problems regarding instances of the UIViewController class. …
9
votes
14answers
2k views

What is the iPhone SDK Missing?

I've been doing mobile app development for a long time (2001?), but the systems we worked with back then were dedicated mobile development environments (Symbian, J2ME, BREW). iPhone SDK is a curious …
9
votes
1answer
422 views

Screen Off event or property on iPhone

Hello, Is there a way to determine if the screen has been shut off via the top Power button? I just need to know if the screen has been somehow set to off to kill a loop that updates location. …

1 2 3 4 5 250 next
15 30 50 per page