JYSlideSegmentController is a view controllers container, just like the UITabBarController, with smooth gesture.
##Demo
##Installation with CocoaPods
platform :ios, '8.0'
pod "JYSlideSegmentController"
JYSlideSegmentController is available under the MIT license. See the LICENSE file for more info.
2.0.1
- fix bug of start index
2.0.0
- refract slide view to collection view;
- update logic of indicator and animation;
- add slideViewMovingProgress:fromIndex:toIndex: delegate method
1.3.7
- Fix crash & logic of handling orientation notification