/JYSlideSegmentController

JYSlideSegmentController is a view controllers container, just like the UITabBarController, with smooth gesture.

Primary LanguageObjective-CMIT LicenseMIT

JYSlideSegmentController

pods platforms language total-downloads app-using license

JYSlideSegmentController is a view controllers container, just like the UITabBarController, with smooth gesture.

Demo

Installation with CocoaPods

Podfile

platform :ios, '8.0'
pod "JYSlideSegmentController"

License

JYSlideSegmentController is available under the MIT license. See the LICENSE file for more info.

ChangeLog

2.2.1

  • Fix selectedIndex overflow

2.1.1

  • Add scroll delegate for segmentBar

2.1.0

  • Add changing JYSlideSegmentBarPosition support

2.0.3

  • Fix selectedIndex KVO bug

2.0.2

  • fix indicator layout

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