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
- iOS16
- window
- 웹뷰
- Xcode
- Git
- geofencing
- 한글
- Realm
- Apple
- appstore
- MacOS
- Session
- Swift
- Archive
- view
- JPA
- IOS
- UIButton
- mac
- rxswift
- Notification
- github
- Firebase
- Code
- SwiftUI
- error
- FLUTTER
- 이미지
- 개발자
- darkmode
Archives
- Today
- Total
목록설정화면 (1)
EEYatHo 앱 깎는 이야기
Swift ) 내 앱 설정화면으로 이동하기 - EEYatHo iOS
설정 화면으로 이동할 수 있는 URL 애플에서 설정창으로 이동할 수 있는 URL을 String으로 지원해준다. UIApplication.openSettingURLString 이다. 해당 URL을 open하면 앱의 설정화면으로 이동한다. 관련 애플 문서 Open하는 예시 코드 guard let url = URL(string: UIApplication.openSettingsURLString) else { return } if UIApplication.shared.canOpenURL(url) { UIApplication.shared.opne(url) }
iOS, Swift/Tip, Bug, Swift Error
2021. 2. 26. 20:37