SwiftPageMenu
SwiftPageMenu copied to clipboard
Customizable Page Tab Menu Controller 👍
If I have less than 4 or 5 menu items, they are all aligned left , leaving half of the menu screen blank.
In default, my tabTitles have 1 item. When request API success, I am going to insert the data of API to tabTitles In case fail, I don't insert data to...
I have UITabBarController using a storyboard and add a PageTabMenuViewController. I populate items and titles in the init?(coder aDecoder: NSCoder). It runs and works fine but with a warning "UITableView...
there should be an option to make the size of childviewcontroller according to our need.
pageViewController.scrollToNext(animated: false, completion: nil) is not working.
I am loading the data into the table view from the API and the tab menu is dynamic too. When the API response doesn't have any data, then we are...
Hello! First of all, big thanks for your product. Very good library, but I haven't found the ability to add the top offset for page menu. How can I layout...
Unable to set custom color for navigation bar background to WHITE when PageMenu is visible. When the page menu is set up , we are able set other background colours...
Hi, I'd like to only change VC by menu selection and disabling the ability to swipe. Thanks