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

영상 링크샘플앱 링크 (Xcode16, iOS18 이상 필요) 개요새로운 CLMonitor API의 소개단순하면서 강력한 Monitoring 기능을 코드 몇줄로 작성 가능let self.monitor = await CLMonitor("iHeartMonitor")await self.monitor.add(aConfition, identifier: "Work")Task { for try await event in self.monitor.events { takeAction(on: event)) }} Monitor overview (모니터 개요)사용자의 위치나 비컨을 모니터링하는 새로운 방식CLMonitor은 Swift의 최상위 액터각 CLMonitor 인스턴스는, 모니터링의 게이트웨이가 ..
iOS, Swift/WWDC, Session, Docu
2024. 11. 1. 18:32