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
- Git
- Swift
- MacOS
- github
- SwiftUI
- Firebase
- 이미지
- Realm
- Xcode
- Apple
- darkmode
- Notification
- view
- Session
- 웹뷰
- iOS16
- UIButton
- Code
- appstore
- mac
- FLUTTER
- 개발자
- rxswift
- window
- Archive
- geofencing
- JPA
- 한글
- IOS
- error
Archives
- Today
- Total
목록appdelegate (1)
EEYatHo 앱 깎는 이야기
Swift ) Background Foreground 감지
[ NotificationCenter로 백그라운드 감지 ] if #available(iOS 13.0, *) { NotificationCenter.default.addObserver(self, selector: #selector(taskFunc), name: UIScene.willDeactivateNotification, object: nil) } else { NotificationCenter.default.addObserver(self, selector: #selector(taskFunc), name: UIApplication.willResignActiveNotification, object: nil) } [ NotificationCenter로 포그라운드 감지 ] if #available(iOS 13.0..
iOS, Swift/Tip, Bug, Swift Error
2021. 3. 2. 21:14