View Single Post
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.