Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个大标题导航,并且标题没有缩进以与 UIBarButton 项目一致。
我该如何解决?:
任何帮助我都会非常感激,谢谢。
尝试这个
let p = NSMutableParagraphStyle() p.firstLineHeadIndent = 5 navController.navigationBar.largeTitleTextAttributes = [NSAttributedStringKey.paragraphStyle: p]