changes

11 Apr 2010

Here are two things I just discovered while playing with the iPad SDK (3.2) – hope they help:

If you've been using @"ArialUnicodeMS" as your font in your iPhone apps, you should notice that they break in 3.2. The new name is @"Arial Unicode MS".

Secondly, if you're doing anything with the Keyboard view you were probably detecting it by traversing the object hierarchy and checking for the classname of the keyboard. On the iPhone this is UIKeyboard. However, on the iPad, it is UIPeripheralHostView. I was using a UIApplication category from Matt Gallagher to do this in Feathers and just updated it thanks to this blog post from Bryan Scott Gruver. (more...)

Two changes in iPad 3.2 (font name + keyboard class name)

Quick note regarding two changes in the iPad 3.2 SDK from the earlier iPhone SDKs.

20 Apr 2008

I just updated The GAE SWF Project to version 1.21 1.23. New source code for the update is now available for download.

All changes in this version are server-side:

(more...)

The GAE SWF Project 1.21 1.23