PagingMenuController icon indicating copy to clipboard operation
PagingMenuController copied to clipboard

Paging view controller with customizable menu in Swift

Results 78 PagingMenuController issues
Sort by recently updated
recently updated
newest added

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 ![screen shot 2016-08-30 at 13 43 12](https://cloud.githubusercontent.com/assets/8293191/18089951/0ad8f776-6ecb-11e6-809e-149b584b5db8.png) ![screen shot 2016-08-30 at 13 45 23](https://cloud.githubusercontent.com/assets/8293191/18089955/0e17afa4-6ecb-11e6-8faa-fb967bb35478.png) 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...