PagingKit
PagingKit copied to clipboard
PagingKit provides customizable menu UI. It has more flexible layout and design than the other libraries.
How to change PagingMenuViewController title font colour for selected & unselected And also Overlay highlight gray color
Hi~! I tried to preload all contentViewControllers before I tap the menus but It doesn't seem to work. Is it impossible to load all contentViewControllers before tap or swipe the...
Hello can PagingKit be used without storyboard? I'm building everything programmatically currently.
Hi, how to switch to another page programmatically, i think the code should look like: ``` page.selectedIndex = 2 ```
Hello, I want to use PagingKit in a Table View Cell. Is it possible to incorporate into Table View Cell?
That seems odd behavior to me; appearing vc's viewWillAppear should be called on `ContentsAppearanceHandler`'s `beginDragging`, but not on `stopScrolling`.
Hi, thank you for sharing this great project with everyone! I really like it! But I have a little issue here hoping someone could help me. Thanks a lot!! ###...
Hello, Is there any way to insert an image in the menu items? Please let me know if there are any ways to do this.
I want to do localization,On PagingContentViewController its working fine but on PagingMenuViewController its not working . Please provide me the solution.