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

How can you to do it library which doesn't can't change indicator color simply? Are you kidding me? I will delete your library and will search another. Bye!

Hey there guys, I just implemented this awesome project into of project of mine. Everything works ok, but I'm having some problem with getting rid of some nasty space between...

Changes proposed in this pull request: - Adds optional selectedView when adding a custom view for a Menu Item Fixes issue #347

I have this problem ![screen shot 2016-08-02 at 12 57 43](https://cloud.githubusercontent.com/assets/9609317/17324833/fdaf6de4-58b0-11e6-8c8c-4d1057aff554.png) Have you any idea how can I fix it?

Like some Google apps' design. The shadow can separate the menu and the content view if they have same colour. Thanks you.

Hi how can i add shadow between the Tab bar below are like material desing?

- Expected behavior and actual behavior. - Steps to reproduce the problem. - Specifications like the version of the project, library, or Swift. Same code working in simulator and later...

**Expected behavior and actual behavior** I expect that when using `defaultPage` that the corresponding page always loads first without the interference of neighbouring pages (on either left or right side)....

Hi, I am a beginer who get started 2 month ago I'm made paging menu using PagingMenuController, but have one issue. I made Navigationcontroller at first, import PagingController, and addSubView...

Hi, I want to draw underline for both selected and unselected item as the image below. As I know, only selected menu is capable of having underline, via `MenuViewCustomizable.focusMode =...