Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Python
- 개발자
- Git
- error
- SwiftUI
- github
- window
- Realm
- 웹뷰
- IOS
- Xcode
- JPA
- rxswift
- Firebase
- MacOS
- Session
- Apple
- darkmode
- FLUTTER
- 한글
- stack
- Notification
- UIButton
- appstore
- Swift
- iOS16
- mac
- view
- Archive
- Code
Archives
- Today
- Total
EEYatHo 앱 깎는 이야기
Swift ) 네비게이션바 밑줄 없애기 - EEYatHo iOS 본문
반응형
navigationController?.navigationBar.shadowImage = UIImage()
간 - 단
추가로, 네비게이션 배경을 없애고 싶으면,
navigationController?.navigationBar.setBackgroundImage(UIImage(), for: UIBarMetrics.default)
navigationController?.navigationBar.setBackgroundImage(UIImage(), for: UIBarMetrics.default)
'iOS, Swift' 카테고리의 다른 글
Swift ) CollectionView로 화면을 채울 때 주의사항 - EEYatHo iOS (0) | 2021.06.14 |
---|---|
Swift ) Notification과 Rx의 차이 (설계 관점) - EEYatho iOS (0) | 2021.05.27 |
Swift ) 디버그가 안될 때, breakpoint not working - EEYatHo iOS (0) | 2021.04.26 |
Swift ) Xcode Build Setting의 inherited - EEYatHo iOS (0) | 2021.04.26 |
Swift ) XcodeGen - EEYatHo iOS (0) | 2021.04.20 |
Comments