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