TabPageViewController
TabPageViewController copied to clipboard
Paging view controller and scroll tab view
I have added a simple fix for the right to left language support Like Arabic, Persian, Hebrew ... Fork: https://github.com/Dev-Khaled/TabPageViewController if you can merge it Thanks
Reflected the changed Swift 5 source code
@EndouMari does this TabPageViewController support dynamic tab with viewControllers
Any thoughts on extending this to support endless scroll pagination for cases where it's not known how many tabs there will be when first loaded?
On some iPhones: There's a table view under the tab bar, and I can scroll the table view, such that the table view contents is visible between the top of...
Can we shift UIPageviewcontroller down a bit to avoid its top being covered by tabview?
Here is the step i took, 1)Install pod 'TabPageViewController' 2) code for my ViewCOntroller `import UIKit import TabPageViewController class ViewController: TabPageViewController { let tabPageViewController = TabPageViewController.create() let vc1 = UIViewController()...
当两只手快速点击,title栏的时候,会闪退