iPhone 4S - Santa
iOS 5.0.1 beta
Apple, please! Give us a live stream on Tuesday, please!
In iOS 5.0 beta 2, wireless syncing is now available for the Mac.
iOS5: Automatic Reference Counting

Automatic Reference Counting (ARC) is a compiler-level feature that simplifies the process of managing the lifetimes of Objective-C objects. Instead of you having to remember when to retain or release an object, ARC evaluates the lifetime requirements of your objects and automatically inserts the appropriate method calls at compile time.
New Mobile Safari stuff in iOS5
David B. Calhoun takes a look at the new iOS5 beta, which now includes support for things like position:fixed, overflow:scroll (still not quite perfect), new input type support, web workers, and ECMAScript 5.
iOS 5: Message UI Framework
The Message UI framework provides specialized view controllers for presenting standard composition interfaces for email and SMS (Short Messaging Service) text messages. Use these interfaces to add message delivery capabilities without requiring the user to leave your app.


