Recent Comments
- Today
- 67
- Total
- 230,290
Notice
개발은 너무해
navigation bar 배경색상 조절 본문
반응형
let nav = self.navigationController?.navigationBar nav?.barTintColor = UIColor(red: 237.0/255.0, green: 237.0/255.0, blue: 242.0/255.0, alpha: 1.0) nav?.tintColor = UIColor(red: 0/255.0, green: 123.0/255.0, blue: 255.0/255.0, alpha: 1.0) nav?.titleTextAttributes = [NSForegroundColorAttributeName: UIColor.blackColor()] |
반응형
'iOS-Develop(Swift)' 카테고리의 다른 글
[ERROR] pod install 시 Unable to satisfy the following requirements (0) | 2016.08.01 |
---|---|
How to kill your app when it enters background mode (0) | 2016.07.15 |
navigation bar 배경색상 조절 (0) | 2016.07.06 |
tableView의 cell 안에 2줄이상 사용할 때 (0) | 2016.07.06 |
AppIcon 검은색 테두리 (0) | 2016.06.22 |
viewWithTag (0) | 2016.06.21 |
0 Comments