Difference between revisions of "IPhone"

From ShawnReevesWiki
Jump to navigationJump to search
(Created page with '==iPhone OS Programming== I'm a member of the Apple iPhone Developer program. I am trying to understand Objective-C; it's slow-going. ==Features unique to the iPhone== The iPhon…')
 
m (rollback two spammers)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
==iPhone OS Programming==
 
==iPhone OS Programming==
 
I'm a member of the Apple iPhone Developer program. I am trying to understand Objective-C; it's slow-going.
 
I'm a member of the Apple iPhone Developer program. I am trying to understand Objective-C; it's slow-going.
 +
 +
One book I'm using is iPhone Games Projects. QA 76.8.I64 Z57 2010
  
 
==Features unique to the iPhone==
 
==Features unique to the iPhone==

Latest revision as of 13:31, 31 July 2012

iPhone OS Programming

I'm a member of the Apple iPhone Developer program. I am trying to understand Objective-C; it's slow-going.

One book I'm using is iPhone Games Projects. QA 76.8.I64 Z57 2010

Features unique to the iPhone

The iPhone is different from any previous phone of mine, in that it has a minimal interface when asleep. Older phones of mine kept a red light on when I had a voicemail waiting. The iPhone has no LED signals at all.

Unlike Palm OS, if you ignore event-alarms, they just go away. If you accumulate a long list of unseen event-alarms before turning on the iPhone, you'll miss some of the alerts.