Files

RIBs Tutorial 2: Composing RIBs

This project is the starting point for tutorial 2.

Getting started

Install tooling, unless you've done so already:

<RIBs path>/ios/tooling/install-xcode-template.sh

Then, install pods for the tutorial:

gem install cocoapods # In case you don't have it
cd <RIBs path>/ios/tutorials/tutorial2
pod install

Then, open the TicTacToe.xcworkspace that was generated by pod install and follow the steps described in tutorial 2 on the RIBs wiki.