繪制SegmentViewController的方法

首先在AppDelegate里寫入

#pragma mark - Methods
- (void)setupViewControllers {
UIViewController *firstViewController = [[SupermarketViewController alloc] init];
UIViewController *firstNavigationController = [[UINavigationController alloc]
initWithRootViewController:firstViewController];

//實(shí)例化三個ViewController

OrderViewController *firstVC = [[OrderViewController alloc] init];
twoViewController *secondVC =[[twoViewController alloc] init];
threeViewController *thirdVC = [[threeViewController alloc] init];
JRSegmentViewController *vc = [[JRSegmentViewController alloc] init];

//顯示三個按鈕

[vc setTitles:@[@"全部", @"待收貨", @"待評價"]];
//設(shè)置segmentBg的顏色
vc.segmentBgColor = [UIColor orangeColor];
vc.indicatorViewColor = [UIColor whiteColor];
[vc setViewControllers:@[firstVC, secondVC, thirdVC]];
UIViewController *secondViewController = vc;
UIViewController *secondNavigationController = [[UINavigationController alloc]
initWithRootViewController:secondViewController];
UIViewController *thirdViewController = [[MineViewController alloc] init];
UIViewController *thirdNavigationController = [[UINavigationController alloc]
initWithRootViewController:thirdViewController];
RDVTabBarController *tabBarController = [[RDVTabBarController alloc] init];
[tabBarController setViewControllers:@[firstNavigationController, secondNavigationController,
thirdNavigationController]];
self.viewController = tabBarController;
[self customizeTabBarForController:tabBarController];
}

之后引入一個第三方JRSegmentViewController

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

推薦閱讀更多精彩內(nèi)容

  • pragma mark - Methods (void)setupViewControllers { UIView...
    Roger_單閱讀 1,045評論 0 0
  • 發(fā)現(xiàn) 關(guān)注 消息 iOS 第三方庫、插件、知名博客總結(jié) 作者大灰狼的小綿羊哥哥關(guān)注 2017.06.26 09:4...
    肇東周閱讀 12,232評論 4 61
  • 功力不夠,講不清楚,直接上博客地址 附上自己的Java實(shí)現(xiàn)
    alonwang閱讀 453評論 0 1
  • 你站在我的面前 背對著我 于是這個世界 只有你 和沒有你的地方 我躲在你的陰影背后 偷偷地望著你 看你的頭發(fā) 和你...
    海倫倫倫閱讀 207評論 0 0
  • 歲月的消磨,夢想的起步,流水般的光陰荏苒,幾度艱辛,我無暇自顧。命與行,苦與樂,世俗的冷嘲熱諷,我絕不退步。張...
    風(fēng)無痕花落閱讀 344評論 0 0