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

권한 작업 Info.plist 에 추가 Privacy - Motion Usage Description 걸음수 데이터 측정을 위해 데이터 접근 권한이 필요합니다. 안하면 crash남 코드 CoreMotion.CMPedometer.queryPedometerData 활용 3초마다 오늘 00시 ~ 현재시간까지의 걸음수를 query import CoreMotion final class CoreMotionService { static let shared = CoreMotionService() private var pedoMeter = CMPedometer() private init() { Timer.scheduledTimer(timeInterval: 3.0, target: self, selector: #select..
iOS, Swift/Feature
2023. 6. 29. 17:45