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 |
Tags
- iOS16
- Archive
- Session
- IOS
- Firebase
- Notification
- Git
- 한글
- 이미지
- UIButton
- geofencing
- window
- view
- mac
- appstore
- github
- error
- Apple
- Code
- MacOS
- SwiftUI
- JPA
- rxswift
- Realm
- 개발자
- Xcode
- Swift
- 웹뷰
- FLUTTER
- darkmode
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