MBXPageViewControlleriOS 视图控制器
MBXPageViewController 是带有控件按钮(One per VC / Left-Right Buttons) 的 UIPageController 或是 UISegmentController,可以在 UIViewController 复用 UITableView。
特性
页面模式
- MBX_FreeButtons:添加与Viewcontrollers一样多的按钮。可以使用该按钮跳转到特定的ViewController,也可以在其中滑动
- MBX_LeftRightButtons:使用两个按钮在ViewController中向左或向右移动。
- MBX_SegmentController:使用SegmentController在ViewController之间移动。
其他特性
- Delegate:每当出现新的ViewController时,都可以触发其他操作。
- Storyboard/Xib/以编程方式创建的视图:可以使用其中任何一个,甚至可以混合使用它们。
评论