Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. class HealthKitSetupAssistant {
  2. class func authorizeHealthKit(completion: @escaping (Bool, Error?) -> Swift.Void) {
  3. // authorizing code
  4. // HKHealthStore().requestAuthorization(){}
  5. }
  6. }
  7.  
  8. HealthKitSetupAssistant.authorizeHealthKit { // completion handling }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement