TabBar

一、了解一下

@1、tabBar也被稱(chēng)為選項(xiàng)卡,位于屏幕底部,用于劃分功能塊
@2、導(dǎo)航條:讓用戶(hù)在有層級(jí)關(guān)系的視圖中瀏覽(頁(yè)1->頁(yè)2->頁(yè)3)
@3、選項(xiàng)卡:管理關(guān)系不明顯的視圖集合,通常是功能分塊

二、基本使用

@1、push時(shí),隱藏選項(xiàng)卡:
//Hide Bottom Bar on Push
        if let pageVC = storyboard?.instantiateViewController(withIdentifier: "GuiderViewController") as? GuiderViewController {
            pageVC.hidesBottomBarWhenPushed = true
            present(pageVC, animated: true, completion: nil)
        }
@2、基本屬性
tabBar屬性.png
//選中時(shí)的背景
        UITabBar.appearance().selectionIndicatorImage = #imageLiteral(resourceName: "tabitem-selected")
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • 1、通過(guò)CocoaPods安裝項(xiàng)目名稱(chēng)項(xiàng)目信息 AFNetworking網(wǎng)絡(luò)請(qǐng)求組件 FMDB本地?cái)?shù)據(jù)庫(kù)組件 SD...
    陽(yáng)明AI閱讀 16,211評(píng)論 3 119
  • 發(fā)現(xiàn) 關(guān)注 消息 iOS 第三方庫(kù)、插件、知名博客總結(jié) 作者大灰狼的小綿羊哥哥關(guān)注 2017.06.26 09:4...
    肇東周閱讀 15,424評(píng)論 4 61
  • babypink521閱讀 789評(píng)論 0 2
  • 文章來(lái)源:http://www.ruanyifeng.com/blog/2017/12/image-and-wav...
    hehtao閱讀 730評(píng)論 0 2

友情鏈接更多精彩內(nèi)容