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.
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...)
Quick note regarding two changes in the iPad 3.2 SDK from the earlier iPhone SDKs.
All changes in this version are server-side: