This is a repo with a sample Rails and iOS app to show you how to present a native navigation view in a Turbolinks 5 app while preserving the usual HTML navigation for web visitors.
-
Run
bundle install
to install the dependancies. -
Run
rails s
to start the Rails app server.
-
Make sure you have cocoapods installed:
gem install cocoapods
-
Run
pod install
to install the codoapod dependancies -
Open
ios_app.xcworkspace
in XCode and run the app.