iOS之導航欄基本設置

1.先看下導航欄的構造   2.在storyboard中創建導航欄    選中View Controller (Main.storyboard中)   3.設置導航欄(用代碼) 1 //設置背景顏色 2 [self.navigationController.navigationBar setBackgroundColor:[UIColor orangeColor]]; 3 4
相關文章
相關標籤/搜索