thoughtbot / ios-on-rails

A guide to building a Rails API and iOS app
Other
76 stars 6 forks source link

Update iOS sample app to Xcode7 defaults #128

Closed dazmuda closed 8 years ago

dazmuda commented 8 years ago

Updated project to Xcode defaults Added a launch screen nib Removed errantly committed xcuserdata (my global gitignore is a skimpy little thing and I'm not going to add a gitignore to the sample app until I add it to the book)

edwardloveall commented 8 years ago

Hard to evaluate this one. The app did compile and run, but I have no buttons or map or anything but empty table rows. It's 100% possible that my environment is screwed up though.

dazmuda commented 8 years ago

Closing this. Going to create a new version of the sample app using the latest version of Xcode. That'll help me catch any revisions I need to do. For example, I've got to add a little section on deleting the Xcode-provided storyboard now.