-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renames tutorial folders and updates README (uber#71)
* Renames tutorial folders and updates README Tutorial folders are better named with just tutorial1, tutorial2,... The README's now contain more information on how to get started with them. Added podfile.lock and xcworkspace to gitignore
- Loading branch information
Showing
125 changed files
with
59 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,6 +120,8 @@ xcuserdata/ | |
|
||
# CocoaPods | ||
Pods/ | ||
Podfile.lock | ||
*.xcworkspace/ | ||
|
||
|
||
### Other ### | ||
|
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# RIBs Tutorial 1: Creating a RIB | ||
|
||
This project is the starting point for [tutorial 1](https://github.com/uber/RIBs/wiki/iOS-Tutorial-1) that will get you aquatinted with the RIBs architecture. | ||
|
||
### Getting started | ||
First you need to 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](https://github.com/uber/RIBs/wiki/iOS-Tutorial-1) on the RIBs wiki. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# RIBs Tutorial 2: Composing RIBs | ||
|
||
This project is the starting point for [tutorial 2](https://github.com/uber/RIBs/wiki/iOS-Tutorial-2) that will get you aquatinted with the RIBs architecture. | ||
|
||
### Getting started | ||
First you need to 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](https://github.com/uber/RIBs/wiki/iOS-Tutorial-2) on the RIBs wiki. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# RIBs Tutorial 3: RIB Depenmdency Injection and Communication | ||
|
||
|
||
This project is the starting point for [tutorial 3](https://github.com/uber/RIBs/wiki/iOS-Tutorial-3) that will get you aquatinted with the RIBs architecture. | ||
|
||
### Getting started | ||
First you need to 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](https://github.com/uber/RIBs/wiki/iOS-Tutorial-3) on the RIBs wiki. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# RIBs Tutorial 4: Deep Linking | ||
|
||
This project is the starting point for [tutorial 4](https://github.com/uber/RIBs/wiki/iOS-Tutorial-4) that will get you aquatinted with the RIBs architecture. | ||
|
||
### Getting started | ||
First you need to install pods for the tutorial: | ||
|
||
``` | ||
gem install cocoapods # In case you don't have it | ||
cd <RIBs path>/ios/tutorials/tutorial4 | ||
pod install | ||
``` | ||
|
||
Then, open the TicTacToe.xcworkspace that was generated by `pod install` and follow the steps described in [tutorial 4](https://github.com/uber/RIBs/wiki/iOS-Tutorial-4) on the RIBs wiki. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.