Looking for next iOS role
3:00
11 ай бұрын
Пікірлер
@blank.9301
@blank.9301 Күн бұрын
I’m assuming it’s recommended to upload it to TestFlight first. How do you know app won’t get copied by people testing it though?
@Hanrycheng
@Hanrycheng 2 күн бұрын
Yo, you didn't cover how you build the HomeViewModel with healthkit.
@huntercodes
@huntercodes 4 күн бұрын
great video jason!
@bryjbry
@bryjbry 4 күн бұрын
use Divider() instead of the Rectangle
@wubwubwubwubwubwubwub1871
@wubwubwubwubwubwubwub1871 4 күн бұрын
🫡LETS GOO
@7omyz
@7omyz 7 күн бұрын
i was dumb and took shrooms a little after my 16th birthday not knowing i could potentially lose my current self and while i learned a lot going through that ego death it sucks because i didnt want to lose my current self but i did and tha shit fucks me up on a daily basis fr, so js be careful fr
@Algorithmswithsubham
@Algorithmswithsubham 17 күн бұрын
🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯
@wjdanalmoteri
@wjdanalmoteri 26 күн бұрын
Hi this is the code for fetch data let data = try await client.from("todos").select().eq("user_uid", value: uid).order("created_at", ascending: true).execute().data print(data) let decoder = JSONDecoder() decoder.keyDecodingStrategy = .convertFromSnakeCase let todos = try decoder.decode([ToDo].self, from: data) print(todos) return todos
@Algorithmswithsubham
@Algorithmswithsubham 28 күн бұрын
fireeeee
@Algorithmswithsubham
@Algorithmswithsubham 29 күн бұрын
new sub
@Algorithmswithsubham
@Algorithmswithsubham 29 күн бұрын
Thanks Jason.
@codyhuff1476
@codyhuff1476 Ай бұрын
бля нихуя не понятно братан
@SwiftUI-y5w
@SwiftUI-y5w Ай бұрын
this app is looking so good, I'm gonna watch the whole video and then try to make it by myself. thanks!
@Gadget-Galaxy249
@Gadget-Galaxy249 Ай бұрын
bro so much value in those python youtube automation videos big love
@crimsondragon95
@crimsondragon95 Ай бұрын
I was following this all the way to archiving the project. Then some Xcode Cloud popup appeared that ask for access to my repository, when I gave it a branch (master) it looks like it automatically pushes my build for that branch straight to AppStore connect. This is cool and makes thing easier, but I completely dont know what I just did now and which step I should follow. I am assuming once I get a working build, I can then go to TestFlight tab 🤷‍♂
@crimsondragon95
@crimsondragon95 Ай бұрын
so it looks like it is just a way to see if your app's build passes Apple's build system
@sameersdeshpande9287
@sameersdeshpande9287 Ай бұрын
Some error I am getting in database manager
@Shopanywant
@Shopanywant Ай бұрын
First comment this app looks very good 💪🏻
@jasondubon
@jasondubon Ай бұрын
🙌🚀
@CookeJodie
@CookeJodie Ай бұрын
8415 Nienow Brook
@jasondubon
@jasondubon Ай бұрын
🚨Limited amount of Swift Hoodies are now available!! Get yours here: iosdev.myshopify.com/
@sameersdeshpande9287
@sameersdeshpande9287 Ай бұрын
If the slot is booked, will database update with the availability? That slot will no longer show for other users
@sameersdeshpande9287
@sameersdeshpande9287 Ай бұрын
Is this fully functional?
@manasvijaywargiya8218
@manasvijaywargiya8218 Ай бұрын
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 ?
@jainilparikh5858
@jainilparikh5858 Ай бұрын
Does it have complete code is it worth following the video?
@bliss_anand
@bliss_anand Ай бұрын
Thanks Jason. I am building my own product, this will help me for sure! Keep bringing these A-stuffs!
@brasileirotimon
@brasileirotimon Ай бұрын
such a well explained tutorial, great teacher!!!
@MichaelKielbasinski
@MichaelKielbasinski 2 ай бұрын
amazing video, sad to see it isnt as popular as it should be
@onyxrockefeller1728
@onyxrockefeller1728 2 ай бұрын
Very nice! You should always keep making videos as a duo! Smartest men everrr ❤️❤️
@kellyfrazier2916
@kellyfrazier2916 2 ай бұрын
Hi, could you share the source code? Something went wrong with with mine and I'd like to compare. Thanks
@zaidsyed8501
@zaidsyed8501 2 ай бұрын
Very helpful, I'm surprised this doesn't have more views!
@julesishimwe6222
@julesishimwe6222 2 ай бұрын
i cant get past @11:00 min into the video because for some reason "selectedMonth" is an error, still comes out green but apparently not in scope. any suggestions?
@bjp_for_2024
@bjp_for_2024 2 ай бұрын
free code available?
@albert4392
@albert4392 3 ай бұрын
Hi, thanks for the video, but this chat app is not real-time is it? Say another person sent me a message, it does not pop up on my screen immediately?
@EBJONA
@EBJONA 3 ай бұрын
Very helpful! Thanks a ton
@benjenkins2415
@benjenkins2415 3 ай бұрын
Great set of videos. Like others, I am thankful for your videos on Swift/Supabase integration. Learn by doing! Thank you!
@tylerdurden4285
@tylerdurden4285 3 ай бұрын
Great topic. Thank you.
@benjenkins2415
@benjenkins2415 3 ай бұрын
Really interesting. I am stuck at enabling Apple login within Supabase. I know you said the Secret Key doesn't matter, but I can't save it without something there. What did you do? It needs some JWT.
@benjenkins2415
@benjenkins2415 3 ай бұрын
For any interested, I found the solution. It's convoluted, but I had to sign in to my Apple Dev account, create a key file, generate a secret key (via Ruby) and then update Supabase. It worked, but, man, it's a slog.
@abdulazizdavurov1206
@abdulazizdavurov1206 3 ай бұрын
@@benjenkins2415 hi can you share code. I am facing same problem. I generated auth key file and stuck there cannot find secret key
@JustAShadowOAS
@JustAShadowOAS Ай бұрын
@@benjenkins2415 Yeah I'm facing the same problem right now
@joshuathomasbrooks9450
@joshuathomasbrooks9450 3 ай бұрын
can you run videos on how to add google ads and cocoapods and such. having trouble.
@anhhanry7167
@anhhanry7167 3 ай бұрын
since you are asking: so could provide a tutorial how to make a slideOut Controller in which tab a uibuttonbar (or pan gesture) to move / slide the view of the controller to reveal a menu underneath to select a new view controller ( then animation to close the current display VController and load a new, selected Vcontroller ), thanks and looking forward to this.
@alielbroadcaster
@alielbroadcaster 3 ай бұрын
What app is that in your chrome new tab?
@germangonzalez1729
@germangonzalez1729 3 ай бұрын
Thanks man, But when I try to enter a food item, it doesn't show up in the previous
@germangonzalez1729
@germangonzalez1729 3 ай бұрын
Thanks man, But when I try to enter a food item, it doesn’t show up in the previous 😢
@bryceellis112
@bryceellis112 3 ай бұрын
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)
@JosseSapon
@JosseSapon 3 ай бұрын
On patreon what level of membership should I pay to get the full code?
@jasondubon
@jasondubon 3 ай бұрын
The 25 dollar one comes with full code but also the 99 is cool too 😎
@JosseSapon
@JosseSapon 3 ай бұрын
@@jasondubon ok thanks 👍
@plugk3557
@plugk3557 3 ай бұрын
nah this is crazy you really built the full thing wtf
@HarrisonCarroll-r7d
@HarrisonCarroll-r7d 3 ай бұрын
Amazing Video but can you make more apps using supabase. Also, can you do a video on Resetting passwords. Pleasee I really need this for my app. Thanks
@franckmbeutcha2738
@franckmbeutcha2738 3 ай бұрын
Thank you, this is amazing
@sophieliu4726
@sophieliu4726 3 ай бұрын
Hi, while following your examples, I encountered this error when I was converting the fetched data into a list of my own struct in the line "let output = try decoder.decode([Data_film].self, from: response.data)" keyNotFound(CodingKeys(stringValue: "imdb_id", intValue: nil), Swift.DecodingError.Context(codingPath: [_JSONKey(stringValue: "Index 0", intValue: 0)], debugDescription: "No value associated with key CodingKeys(stringValue: \"imdb_id\", intValue: nil) (\"imdb_id\").", underlyingError: nil)) "imdb_id" is present in both my supabase table and Data_film. how do I solve this? Does the order of the supabase columns/struct variables matter? Thank you so much
@sophieliu4726
@sophieliu4726 3 ай бұрын
Interesting that when i deleted the line "decoder.keyDecodingStrategy = .convertFromSnakeCase" everything worked💀 why could it be?
@paschalkings8184
@paschalkings8184 3 ай бұрын
this is amazing
@wildanalifr9583
@wildanalifr9583 3 ай бұрын
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...
@bryceellis112
@bryceellis112 3 ай бұрын
Top advice
@C_itsNemo
@C_itsNemo 3 ай бұрын
This is clutch! Im working to be a iOS developer