iOS swift navigation title font size change
firstNavigationController.navigationBar.titleTextAttributes = [NSAttributedString.Key.font : UIFont.boldSystemFont(ofSize: 20)]
진짜 간단하게 끝낼 수 있는데 은근 찾기 어려웠음 ㅠ
https://stackoverflow.com/questions/32154426/how-to-access-the-ios-system-font-programmatically
'iOS > iOS SeSAC 2기 TIL' 카테고리의 다른 글
[포스트모템] 앱 출시 후 회고 (0) | 2022.10.04 |
---|---|
iOS swift TabBar background (0) | 2022.09.30 |
앱 출시 관련 & 빌드 속도 (1) | 2022.09.19 |
iOS swift) 앱 런칭 중 고민했던 부분 & 해결 + 개발일지 (0) | 2022.09.14 |
iOS swift) 이미지 불러오기/찍어서 올리기 YPImagePicker, TLPhotoPicker (0) | 2022.09.11 |