79
votes
28answers
13k views
What are best practices that you use when writing Objective-C and Cocoa?
I know about the HIG (which is quite handy!), but what programming practices do you use when writing Objective-C, and more specifically when using Cocoa (or CocoaTouch).
33
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 …
28
votes
5answers
7k views
Objective-C @class vs. #import
It is to my understanding that one should use a forward-class declaration in the event ClassA needs to include a ClassB header, and ClassB needs to include a ClassA header to avoid any circular …
28
votes
11answers
2k views
SO iPhone App - anyone else doing one?
I am planning to create a (native) frontend Cocoa Touch app for SO on the iPhone / iPod touch.
Has anyone else started this already so I don't reinvent the wheel. I would be keen on a collaborative …
27
votes
9answers
7k views
Can I embed a custom font in an iPhone application?
I would like to have an app include a custom font for rendering text, load it, and then use it with standard UIKit elements like UILabel. Is this possible?
I found these links:
…
21
votes
17answers
2k views
What are the best Cocoa-Touch/iPhone programming blogs?
What are the best Cocoa-Touch/iPhone programming blogs? One blog per answer please.
Some answers may overlap with
Best Cocoa/Mac OS X programming blogs?
, but I'm looking for blogs with good meaty …
20
votes
3answers
2k views
Determining if an iPhone is Jail broken Programatically
How do you determine (programatically) if an iPhone/iPod is:
Jail broken
Running a cracked copy of your software
Pinch Media can detect if a phone is jail broken or the software running is …
18
votes
6answers
2k views
iPhone Development Environment (from scratch)
I've developed on Windows and .NET for my whole career so forgive my ignorance on this one.
What would be the steps to setup an iPhone development environment from scratch?
Assume that I have …
16
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 …
16
votes
8answers
5k views
How can I upload a photo to a server with the iPhone?
I'm writing an iPhone app that takes a photo and then uploads it to a server. How do I upload a photo to a server with Cocoa in Xcode? I suppose I use NSUrl somewhere.
Thanks!
14
votes
13answers
12k 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 …
14
votes
5answers
8k views
Can I write native iPhone apps using Python
Using PyObjC, you can use Python to write Cocoa applications for OS X. Can I write native iPhone apps using Python and if so, how?
13
votes
16answers
4k views
iPhone Dev: XCode debugger does not stop on breakpoints
I've got XCode 3.1.2 on OS X 10.5.5. I have an iPhone project that builds fine but the debugger will not hit any of the breakpoints I set. I've tried all the standard fixes that I find on the net:
…
12
votes
5answers
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 …
12
votes
7answers
9k views
How to customize the background/border colors of a grouped table view?
I would like to customize both the background and the border color of a grouped-style UITableView.
I was able to customize the background color by using the following:
…
