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