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
- github
- Firebase
- geofencing
- SwiftUI
- Apple
- Archive
- appstore
- 한글
- shorebird
- mac
- Code
- UIButton
- rxswift
- 개발자
- MacOS
- Xcode
- JPA
- FLUTTER
- window
- error
- Session
- darkmode
- IOS
- 이미지
- Notification
- Git
- iOS16
- Swift
- Realm
- 웹뷰
Archives
- Today
- Total
목록실행 (1)
EEYatHo 앱 깎는 이야기
Swift ) 앱 실행방법에 따른 분기 - EEYatHo iOS
AppDelegate로 분기한다. deepLink func application(_ application: UIApplication, handleOpen url: URL) -> Bool { ... let deepLinkUrl = url ... } universerLink func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool { ... let universalLinkUrl = userActivity.webpageURL ... } push func application(_ a..
iOS, Swift
2021. 8. 9. 16:47