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

Related: https://github.com/kitasuke/PagingMenuController/issues/212 Please see below GIF animation, user is trying to see tab0 (the first tab) by swiping menu. but always back to tab4 by auto select and never see...

It seems that everything works well when the screen is in portrait. ![bea2e6cf-dced-4a37-9dc3-f0baa0df0e85](https://cloud.githubusercontent.com/assets/18299148/24936130/4293e966-1f59-11e7-93bb-5ba91c3e0498.png) But once I rotate the screen, the menu bar will look higher than usual and the content...

**Expected behavior.** When a user chooses a custom view for a Menu Item, they can also set a selected view. **Actual behavior** A user can only set one custom view...

## Expected behavior and actual behavior. ### Expected behavior Immediately loadable after transition to the second tab. ### Actual behavior Immediately impossible to load after the transition to the second...

Awesome library. Please update this feature to show/hide menu view with animation. Thank you!

Good day! I need to implement one interesting behaviour but I can't figure out how to do it with help of PagingMenuController. I have a simple layout: PagingMenuController that containing...

how to add a badge next to menu items ![badge](http://i.stack.imgur.com/Zl2CZ.jpg)

hi if using scrollEnabled = true and lazy loading .one scroll not work please help Thanks

Is there a way to scroll the top menu and bottom content area together?

Hi, thanks for this awesome library. In my app I need to refresh the title of some menu, calling a url request (with Alamofire library). After I got the string...