PagingMenuController
PagingMenuController copied to clipboard
Paging view controller with customizable menu in Swift
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.  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 
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...