Every week I'll send you an actionable email on how to become an iOS developer: www.breakintoios.com/
@marcelomagalhaes450810 ай бұрын
This is awesome!!! I'm just starting in iOS development and get HealthKit data was on of my main concerns, because I'll need it for a project! You just saved my life! Thank you!!!
@allenlawson9872 Жыл бұрын
This video is great! Was exactly what I needed :) Can you make chapters in the video next time for easier navigation? Looking forward to more!
@jasondubon Жыл бұрын
Thanks! yeah ill add them rn, I usually have them but forgot for this one
@RVAraghav Жыл бұрын
Amazing dude! Exactly what I was looking for.
@jasondubon Жыл бұрын
Glad I could help!
@RVAraghav Жыл бұрын
@@jasondubon explanation was too fast for a newbie like me. Could have been a bit slower.
@F-E3 Жыл бұрын
Great video! This helped me learn swift better. Quick question, does this only work for developers that pay for the yearly membership?
@aryana55011 ай бұрын
Nope, if you're having trouble building on your phone without the membership, try manually adding step (etc.) data to the simulator's Health app to test this out
@itsdavide8 ай бұрын
DId anybody get "Publishing changes from background threads is not allowed; make sure to publish values from the main thread (via operators like receive(on:)) on model updates." for the Date element defined in HealthManager?
@iromanstr11 ай бұрын
best lesson thank u
@jasondubon11 ай бұрын
You’re welcome! 🚀🚀
@alin.cht. Жыл бұрын
Nice video! I am struggling with padding sometimes then I remember that HStack has some default padding and you have to set it to 0 :)
@jasondubon Жыл бұрын
Thanks! And yeah sometimes it takes some tweaking and playing around with the framing
@ruebeniosdev Жыл бұрын
Does spacing by default padding(16)
@jasondubon Жыл бұрын
@@ruebeniosdev yes it does
@ruebeniosdev Жыл бұрын
@@jasondubon seen your chat and Uber food application clone using AWS and react native hope to see one with SwiftUI
@andresmade2853 Жыл бұрын
Thank you. Great video
@thomasvw7921 Жыл бұрын
This is a great tutorial and introduction to HealthKit! Thanks Jason! One question; how would you target the amount of steps if you want to place it in something like: Text("You took" [amount] of steps today!)
@jasondubon Жыл бұрын
Thanks for watching!
@jasondubon Жыл бұрын
Hmmm it depends how you want to call it
@jasondubon Жыл бұрын
You can create a function that just returns a double with the step count for today