PagingMenuController
PagingMenuController copied to clipboard
Paging view controller with customizable menu in Swift
Reload PageMenu Title using same PagingViewControllers and implement it in PagingMenuControllerDemo2
Fixes 3 . Changes proposed in this pull request: - Free scroll option to allow scroll without moving to the near page after scrolling - Support to Swift 4.1 -...
Migrates the code to swift 4 and updates project settings to fix all warnings.
I am using this pod to show card which are having textfields, i wanted to update only that specified page instead of creating all pages again. can you help me...
Hi, great lib, thanks for your effort! Is there a Swift 4 version planned? Cheers!
solve this problem #376 Add the system's return gesture.
when I use it, it can not to the right slide of the system returns the gesture.
Great lib! When can support for swift?
Changes proposed in this pull request: - For improved accessibility the MenuView now has VoiceOver support like an actual tab bar.
This is what i do in the app: private struct PagingMenuControllerOptions: PagingMenuControllerCustomizable { var lazyLoadingPage: LazyLoadingPage { return .all } var backgroundColor: UIColor { return .clear } var componentType: ComponentType...