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