PDA

View Full Version : iPhone Views for Text Editor


RandomTask
2011-03-18, 10:31 AM
Anyone able to get the Text Editor example app running on the iPhone?

The views would have to be changed to suit the UI (using slide out views instead of popovers).

It could be a universal example using something like if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) to use the different view controllers.