mirror of
https://github.com/uber/RIBs.git
synced 2026-05-17 12:50:36 +00:00
RIBs Tutorial 3: RIB Dependency Injection and Communication
This project is the starting point for tutorial 3.
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/tutorial3
pod install
Then, open the TicTacToe.xcworkspace that was generated by pod install and follow the steps described in tutorial 3 on the RIBs wiki.