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 | 31 |
Tags
- Swift
- IOS
- darkmode
- mac
- 이미지
- MacOS
- error
- Realm
- SwiftUI
- window
- rxswift
- Archive
- shorebird
- Git
- Session
- 한글
- geofencing
- github
- FLUTTER
- Firebase
- iOS16
- JPA
- 웹뷰
- Notification
- Code
- UIButton
- Apple
- 개발자
- Xcode
- appstore
Archives
- Today
- Total
목록Xcode13 (1)
EEYatHo 앱 깎는 이야기
Xcode ) Xcode13 navigationBar.backgroundImage, setBackgroundImage - EEYatHo iOS
navigationBar.backgroundImage 의 기본값은 nil 이다 그런데 Xcode 12.4 에서는 하얀색 이미지. Xcode 13.0 에서는 투명색 이미지. 를 보여준다 ㅡㅡ 고치려고 navigationBar.setBackgroundImage를 사용해 보았는데, Xcode 13.0에서는 사용할 수 없는 함수이다 ㅋㅋㅋ....ㅠ 이제부턴, UINavigationBarAppearance를 사용해서 navigationBar의 설정을 만져야한단다~ 아래 코드처럼 말이다. if #available(iOS 13.0, *) { let appearance = UINavigationBarAppearance() appearance.configureWithOpaqueBackground() appearance...
iOS, Swift/Xcode, Xcode Error
2021. 9. 27. 18:34