To run the example project, clone the repo, and run pod install
from the Example directory first.
Swift 4.0, iOS >= 10.0 Dependence: RxSwift, RxCocoa
OffsetCoordinator is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'OffsetCoordinator'
Create multiple tab viewcontrollers by UIPageViewController or any libs.
self.offsetCoordinator = OffsetCoordinator(headerView: self.headerView,
menuView: self.menuView,
viewControllers: self.viewControllers)
goldmoment, nguyenvanvienqn@gmail.com fb/goldmoment tw/goldmoment
OffsetCoordinator is available under the MIT license. See the LICENSE file for more info.