paneiOS / Ribs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RIBs Tutorial 1: Creating a RIB

This project is the starting point for tutorial 1 that will get you aquatinted with the RIBs architecture.

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/tutorial1
pod install

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

About


Languages

Language:Swift 98.9%Language:Ruby 1.1%