![]() |
1
24
|
![]() |
2
15
我认为这仍然是Xcode 9 beta 6中的一个bug。 我找到了不同的“解决方案”:
if #available(iOS 11.0, *) { UINavigationBar.appearance().largeTitleTextAttributes = [NSAttributedStringKey.foregroundColor: UIColor.blue] } if #available(iOS 11.0, *) { self.navigationController?.navigationBar.largeTitleTextAttributes = [NSAttributedStringKey.foregroundColor: UIColor.blue, NSAttributedStringKey.font: UIFont.systemFont(ofSize: 31, weight: UIFont.Weight.bold) ] }
当做 |
![]() |
3
2
目标-C
|
![]() |
4
1
Swift 4.2
|
![]() |
5
0
|
![]() |
6
0
|
![]() |
Danil · 种子/填充核心数据的最佳实践?[关闭] 5 月前 |
![]() |
Robin · LazyVGrid项目预计不会击中测试区域 5 月前 |
![]() |
Alex Smith · 移动到下一个视图控制器后如何显示警报? 6 月前 |
![]() |
selcukctn · 如何在react native中制作无限动画? 6 月前 |
![]() |
Nicolas Gimelli · iOS 18远程通信通知不起作用 6 月前 |