是否需要在View Controller中停止HKQuery
我想知道如果长时间运行的HKQuery(不包括HKObserverQuery)需要调用HealthStore.stop HealthStore.stop()
,或者系统自动清理它。
如果你确实需要手动停止它们,是否deinit
了vc最好的地方呢?
我想知道如果长时间运行的HKQuery(不包括HKObserverQuery)需要调用HealthStore.stop HealthStore.stop()
,或者系统自动清理它。
如果你确实需要手动停止它们,是否deinit
了vc最好的地方呢?