PagingMenuController
PagingMenuController copied to clipboard
Paging view controller with customizable menu in Swift
Hi, is it possible to change the width of the menuView? I want add two buttons on the right and left side of the menuView. With "var height: CGFloat {return...
I implement two Views(view1 and view2) first it shows view1 on my screen , but on the right of the screen , there shows the View2's left part after I...
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.
- Expected behavior and actual behavior. Actual behavior   Expected behavior: The whole menu view to be...
I think you can add a transition animation effect for the menu items when user slide the page slowly. The current design is only to determine whether a page is...
The existing design is adding menu on the top of the ContainerView(I used Storyboard). If the ContainerView is an UITableview or UICollectionView and when you scroll it, the menu is...
Hi, For example, If I have page 1-4 when I am at page 1 and drag left to right, I want a page to move right a little and bounce...
Hi, I implemented searchController for MainViewController(with PagingMenuController). Inside the MainViewController got two childs(TableViewController 1 and 2). Layout will appear issue when pushViewController and back. Do you have any idea to...
Im using [SWRevealViewController](https://github.com/John-Lluch/SWRevealViewController) for my sidebar. When normally swiping, it is possible to show the sidebar. But since im also using PagingMenuController, this is not possible anymore. It is only...
Do you have any ideas or feature plans?