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