Building Complete Fitness App Using SwiftUI, HealthKit, MVVM, & Source Control | FULL COURSE

preview_player
Показать описание
In this video we build a complete fitness application using SwiftUI, HealthKit, MVVM, Source control (source-tree) and Firebase. Happy Coding!! 🚀

0:00 Intro
1:03 Git & Proj Setup
30:53 HomeView
1:18:15 HealthKit & HealthManager
2:21:03 SwiftCharts & ChartsView
3:02:13 Paywall & RevenueCat
3:45:32 Leaderboards & Firebase
5:07:25 ProfileView
5:53:15 Error Handling & Swift Concurrency
6:39:56 Home Refactoring & Cleanup
7:16:10 App Icon & TestFlight
7:39:00 iOS 17 Improvements
7:59:41 Outro

----------------- Follow Me On Social Media --------------------

#swiftui #mvvm #iossourcecontrol
Рекомендации по теме
Комментарии
Автор

Thanks Jason. I am building my own product, this will help me for sure! Keep bringing these A-stuffs!

bliss_anand
Автор

Great episode so far! I hear there's more than one way to center homeView at 53 min mark
// Option 1
VStack {
Spacer()
content
Spacer()
}

// Option 2
content
.frame(maxHeight: .infinity, alignment: .center)

bryceellis
Автор

Thanks Jason, really appreciate what you are doing for the community

RohitDas-kfiz
Автор

This is clutch! Im working to be a iOS developer

C_itsNemo
Автор

At 1hr 18min, you suddenly moved to mocking data in health App for simulator without adding healthKit capability and Managers and Utils files. Where is that portion of code ?

manasvijaywargiya
Автор

nah this is crazy you really built the full thing wtf

plugk
Автор

It's very informative this course. Btw i'm front end developer with 1-2 years, i want switch to ios dev, should back to internship? and looks job ios dev in my country is very rare now. thanks...

wildanalifr
Автор

On patreon what level of membership should I pay to get the full code?

JosseSapon