Пікірлер
@dfernandezy
@dfernandezy Күн бұрын
Hey m8 May I ask if the app itselfs picks the music in the device?
@sela_dev
@sela_dev 11 күн бұрын
I like to watch this kind of videos as a newbie in SwiftUI. Thank you for sharing.
@jot.commit
@jot.commit 11 күн бұрын
Glad you enjoyed it!
@henkondemand
@henkondemand 20 күн бұрын
Thanks for the video's!
@jot.commit
@jot.commit 11 күн бұрын
I'm glad you enjoyed the videos! Your support means a lot to me.
@sumitrodrigues1988
@sumitrodrigues1988 22 күн бұрын
@Commit Can you please provide the assets for this project. Its really difficult to do it without them
@SecondJourneyAdventures
@SecondJourneyAdventures 22 күн бұрын
These are really good ! You’re doing relevant dev projects
@hendoitechnologies
@hendoitechnologies 27 күн бұрын
kindly post SWIFT full course for beginners from scratch
@hi_eklavya
@hi_eklavya Ай бұрын
Hi, Where can I find the assets for this project ?
@SwiftDeveloperWorld
@SwiftDeveloperWorld Ай бұрын
So nice , I love it
@bjp_for_2024
@bjp_for_2024 Ай бұрын
how can we make it reusable for every view at common place
@bjp_for_2024
@bjp_for_2024 Ай бұрын
Is cart hiding scroll view when scrolling
@adityachoubisa1766
@adityachoubisa1766 2 ай бұрын
hyy bro...when will you upload next part...
@jot.commit
@jot.commit 2 ай бұрын
Very soon!
@Myrce
@Myrce 2 ай бұрын
T'es le rare qui passe ps 10h sur "ouvrez votre app Xcode, appuyez sur iOS....." 🤣 MERCI.
@Islamicom-l8t
@Islamicom-l8t 2 ай бұрын
Please provide the link
@jot.commit
@jot.commit 2 ай бұрын
www.patreon.com/posts/snacks-shop-app-93378078?Link&
@mohammadtahir7931
@mohammadtahir7931 3 ай бұрын
Very Nice, Here UI presentation should be slow and some description for component's
@Itsquendrew
@Itsquendrew 3 ай бұрын
Awesome work 🥂
@jot.commit
@jot.commit 3 ай бұрын
Thank you! Cheers!🥂
@MosaStropps
@MosaStropps 3 ай бұрын
Great video! Thank you but I had to mute the audio xd I can't concentrate with that music going on
@jot.commit
@jot.commit 3 ай бұрын
Sorry about that
@luckerww
@luckerww 3 ай бұрын
thanks for the great tutorial, can you point me where i can find the icon and images?
@jot.commit
@jot.commit 3 ай бұрын
In the description
@danwolf4510
@danwolf4510 3 ай бұрын
@@jot.commit Sorry I don't see anything in the description about the icons?
@michaelheitz1808
@michaelheitz1808 3 ай бұрын
For some reason he skipped over it but to fix the error at 5:25, change the state variable weekSlider from [Date.WeekDay] to [[Date.Weekday]]
@CLASHEGOR
@CLASHEGOR 4 ай бұрын
13:27 I have a mistake: Cannot assign value of type “()” to type ResponseBody. What to do?
@luckerww
@luckerww 3 ай бұрын
running into same error, make sure you have "async throws -> ResponseBody " in your WeatherManager
@divakukulza
@divakukulza 4 ай бұрын
is it work on background?
@divakukulza
@divakukulza 4 ай бұрын
anyway pausable timer is nice
@SlumpFish
@SlumpFish 4 ай бұрын
where did you get the url from, at 8:10?
@SlumpFish
@SlumpFish 4 ай бұрын
nevermind, got it XD
@jot.commit
@jot.commit 4 ай бұрын
openweathermap.org/api/one-call-3
@michelaj5339
@michelaj5339 4 ай бұрын
YOU ARE AMAZING DONT GIVE UP!!!
@hawkeye6614
@hawkeye6614 4 ай бұрын
Damn thanks for this Color COmbination, i love it
@GulzarSingh-lz3dm
@GulzarSingh-lz3dm 4 ай бұрын
How to download this project free
@jot.commit
@jot.commit 4 ай бұрын
Sorry veere without subscription to bina ni download kar skde.
@JerickoWahussein
@JerickoWahussein 4 ай бұрын
//This is what I did at 5:25 I hope this helps! HStack(alignment: .center, spacing: 0, content: { // week slider if !weekSlider.isEmpty { weekView(weekSlider) } }) .frame(maxWidth: .infinity) .onAppear() { if weekSlider.isEmpty { let currentWeek = Date().fetchWeek() weekSlider.append(contentsOf: currentWeek) } }
@jabalahkhaldun3467
@jabalahkhaldun3467 4 ай бұрын
bless your kind soul
@sh0egame109
@sh0egame109 3 ай бұрын
do you have the source code for this project
@prudhvimoturu
@prudhvimoturu 2 ай бұрын
Directly pass the object weekView(weekSlider)
@sakyshevnursat4121
@sakyshevnursat4121 4 ай бұрын
how can i find this design? can you provide the link?
@jot.commit
@jot.commit 4 ай бұрын
Hi, you can check the description of video for resources links.
@ChristopherDoyle-b9e
@ChristopherDoyle-b9e 4 ай бұрын
I keep having a problem with ImageSlider, I have been looking online for a fix but when I do this code it cant find Slider in the scope
@Y.AndreaRusso
@Y.AndreaRusso 5 ай бұрын
love this
@jw200
@jw200 5 ай бұрын
Thank You for all the videos. Very useful for me. Keep making them!
@Peepotan
@Peepotan 5 ай бұрын
I feel like I can watch 10h of this nonstop 🤤
@dreampaper32
@dreampaper32 5 ай бұрын
oh thank you! It’s look like real?!
@cristianlaguna1158
@cristianlaguna1158 6 ай бұрын
How did you fix the error at 5:25?
@jaki6274
@jaki6274 4 ай бұрын
i found out, if you are still interested. In ContentView.swift file in line 15, it has to be "@State var weekSlider: [ [Date.Weekday] ] = [ ]". Don't forget the doubled parenthesis!
@Nealcar30489
@Nealcar30489 6 ай бұрын
Awesome - nice work! & Thank you for sharing! Keep up the Spline and Vision OS tutorials!
@jot.commit
@jot.commit 6 ай бұрын
Glad you like them!
@bjp_for_2024
@bjp_for_2024 7 ай бұрын
code?
@jot.commit
@jot.commit 7 ай бұрын
code is available on patreon link in description
@Madmadvillain11
@Madmadvillain11 7 ай бұрын
not seeing it on patron @@jot.commit
@Nealcar30489
@Nealcar30489 7 ай бұрын
NOICEEEE THis is sick! Would love to see more integration of spline / swiftui /ios
@jot.commit
@jot.commit 7 ай бұрын
Noted
@Storm-2024
@Storm-2024 7 ай бұрын
I agree with @typicaltype2608, how do you fix the error?|:
@Storm-2024
@Storm-2024 7 ай бұрын
How did you fix the error at 5:25?
@eyüpköse-r1v
@eyüpköse-r1v 7 ай бұрын
Did you solve the problem?
@Storm-2024
@Storm-2024 7 ай бұрын
@@eyüpköse-r1v no
@jaki6274
@jaki6274 4 ай бұрын
i found out, if you are still interested. In ContentView.swift file in line 15, it has to be "@State var weekSlider: [ [Date.Weekday] ] = [ ]". Don't forget the doubled parenthesis!
@sushiConPorotos
@sushiConPorotos 8 ай бұрын
No man, the music was a bad idea
@Aryankingz
@Aryankingz 4 ай бұрын
0 volume ?
@Storm-2024
@Storm-2024 8 ай бұрын
Great tutorial!
@jot.commit
@jot.commit 7 ай бұрын
Glad you think so!
@nic00la1
@nic00la1 8 ай бұрын
And why did we implement the location button if we need to provide the lontitude and longitude data ourselves in weatherData.json anyway? Based on your tutorial, I conclude that this button is simply unnecessary?
@abdussametkaya4306
@abdussametkaya4306 6 ай бұрын
Absolutely I agree. So how do we apply our user's coordinate data to weather.json?
@nic00la1
@nic00la1 8 ай бұрын
Buddy, where can I get photos of clouds, sun, rain or storm needed for this project?
@luckerww
@luckerww 3 ай бұрын
did you find where those icons are?
@typicaltype2608
@typicaltype2608 8 ай бұрын
how did you fix the error at 5:25?
@ismailkurt5285
@ismailkurt5285 8 ай бұрын
@State var weekSlider: [[Date.WeekDay]] = [] If you do it like this, it will be fixed.
@eyüpköse-r1v
@eyüpköse-r1v 7 ай бұрын
Did you solve the problem?
@typicaltype2608
@typicaltype2608 7 ай бұрын
@@eyüpköse-r1v yeah you write the var like this: @State var weekSlider: [[Date.WeekDay]] = [] rather than this: @State var weekSlider: [Date.WeekDay] = []
@antall8385
@antall8385 7 ай бұрын
Did you found it? @@eyüpköse-r1v
@jaki6274
@jaki6274 4 ай бұрын
@@eyüpköse-r1v i found out, if you are still interested. In ContentView.swift file in line 15, it has to be "@State var weekSlider: [ [Date.Weekday] ] = [ ]". Don't forget the doubled parenthesis!
@FelipePeixoto-g5x
@FelipePeixoto-g5x 8 ай бұрын
For those who are wondering why the code isn't working, just call the function didTap on the action of the forEach button
@MelissaBain108
@MelissaBain108 8 ай бұрын
This is a great tutorial! How do I get my app from not falling asleep when playing a track? Is there a way to do this - similar to apple's music app. Thanks in advance!
@vb4190
@vb4190 8 ай бұрын
waiting for notion calendar clone app 🤞
@jot.commit
@jot.commit 8 ай бұрын
Coming soon!
@EslamAboElwafaa
@EslamAboElwafaa 8 ай бұрын
Great work, I really appreciate your effort making the video, I have learned a lot watching the video, thank you again.
@jot.commit
@jot.commit 8 ай бұрын
So nice of you
@DXRISASS
@DXRISASS 9 ай бұрын
how will i know if someone bought from the app?
@jot.commit
@jot.commit 9 ай бұрын
We can use Firebase Firestore database in next videos so we get all orders details on it
@virat027
@virat027 9 ай бұрын
Awesome 😍👏👏
@jot.commit
@jot.commit 9 ай бұрын
Thank you! Cheers!
@YungCortex
@YungCortex 9 ай бұрын
will there be a follow up ??? on like how to actually make the music play
@JeuxDev
@JeuxDev 9 ай бұрын
Better with voice