fadingred / Greenwich

A Cocoa framework for localization
MIT License
236 stars 19 forks source link

iOS example was crashing on iPad, and this seems the most elegant remedy. #10

Closed corvino closed 12 years ago

corvino commented 12 years ago

Default template points to an alternate Storyboard for iPad, which causes a crash. Since iPhone apps are ugly on iPad, add an iPhone Storyboard and add support for orientation changes on iPad.

wbyoung commented 12 years ago

Sorry it took me so long to get this in there. For a while I didn't have a stable version of Xcode installed to test it out with. Looks good!