kitasuke / PagingMenuController

Paging view controller with customizable menu in Swift
MIT License
2.5k stars 449 forks source link

Can you add bouces effect in MenuDisplayMode.segmentedControl mode? #283

Open DesmondPang opened 7 years ago

DesmondPang commented 7 years ago

Can you add bouces effect in MenuDisplayMode.segmentedControl mode? I need equal width of menu items. It seems that only MenuDisplayMode.segmentedControl can do that.

kitasuke commented 7 years ago

Is it open var bounces: Bool property in UIScrollView? Or is it more like animation effect?

kitasuke commented 7 years ago

Might be this one? open var alwaysBounceHorizontal: Bool