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