One_viewController_can_display_multiple_viewController
A custom PageViewController for iOS with the tab bar control at the top
前言
最近一个需要在一个View 展示切换管理几个样式风格各异的View。因此写了这个模版
Example diagram
code
NSArray *tmp_itemArray = @[@"step1\n基本信息",@"step2\n信息",@"step3\n信息",@"step4\n照片"];
CGFloat leftEdg = 15;
CGFloat tmptopB...