我嘗試通過添加黑色背景並使導航欄變暗來讓我的應用的UI更好一些,但頂部有一個白色條,我無法擺脫。貨幣選擇器在那裏,但我把它搬了上去,但我堅持那個酒吧。我認爲它是導航控制器的一部分,但是當我點擊它時,它會顯示錶格視圖的屬性。 The top of the navigation bar changed color.白色底部快捷鍵
在UITableViewController
,在viewDidLoad
我有以下幾點:
navigationController!.navigationBar.barStyle = UIBarStyle.Black
navigationController!.navigationBar.tintColor = UIColor.whiteColor()
currencySelector.backgroundColor = UIColor.blackColor().colorWithAlphaComponent(0.7)
currencySelector.tintColor = UIColor.whiteColor()
感謝
是不是在底部的酒吧只是工具欄? –
這可能是,但是當我試圖編輯它編程時,我得到一個錯誤,說視圖控制器沒有工具欄。 – tudors5