16 Commits

Author SHA1 Message Date
ga eun 1592ebf5d7 Change all class-only protocol keywords to AnyObject (#442) 2021-05-14 14:36:09 +02:00
KYHyeon 6c9c04106a Renames tutorial comments spelling (#386)
Modifying 'Diagnals' in tutorial comments to 'Diagonal'
2021-03-25 17:13:32 +01:00
Sungwoon Park ffc489f00d ⬆️ RxCocoa version up (#368) 2020-05-08 23:55:59 +02:00
Eric Drew 68ffa9759a Update to Xcode 9.3 recommended settings (#231) 2018-04-25 07:50:49 -07:00
Eric Drew e124d6c089 Remove weak property keyword from protocols (#229) 2018-04-15 20:25:19 +02:00
Tuomas Artman 41d9bfa248 Update README.md 2018-01-30 21:36:15 -08:00
Serhii Butenko cde22404e6 Fix typo 2018-01-22 11:07:45 -08:00
Yi Wang 601e12fa29 Fix tutorials view-less RIB inheritance
View-less RIBs should not inherit from `ViewableRouter`. It'll cause false positive leak detection.
2017-12-05 10:58:45 -08:00
Naoki Ishikawa 8466b8952f Fix Tutorial build (#168)
* Update tutorials to use correct method name `launch(from: )`
2017-11-28 08:01:56 +01:00
Cameron Mc Gorian 7ce500ab97 Fix Carthage usage (#138)
* deintegrate pods
* Delete Podfile
* Add Cartfile
* Update gitignore & untrack files
* Update FRAMEWORK_SEARCH_PATH
* Update .travis.yml
* Link RxSwift
2017-11-21 08:57:15 +01:00
Tuomas Artman 6b7f85ee82 Updates tutorial README's to include tooling installation (#114) 2017-11-07 14:09:13 +01:00
Alex Culeva d5023add27 Fix relative path to .podspec in tutorials Podfiles (#94) 2017-11-04 11:08:50 -07:00
Cameron Mc Gorian 4fef65e4f0 Update swiftformat script & run (#74)
* Update swiftformat script & run

* Fix stub
2017-11-01 21:31:19 +01:00
Tuomas Artman 4000f3da58 Renamed finished tutorial and updated tutorial README's 2017-11-01 10:32:49 -07:00
Cameron Mc Gorian 6ec059b23c Add ViewControllable extension for UIViewController (#72)
* Add ViewControllable extension for UIViewController

* -
2017-10-31 15:41:31 +01:00
Tuomas Artman f5cb225eae Renames tutorial folders and updates README (#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
2017-10-30 14:01:54 -07:00