Just a suggestion, the music you put in the background makes it difficult to focus during long-term viewing.
@jot.commit Жыл бұрын
Thanks, Noted!! We improve this
@seymenozdes Жыл бұрын
@@jot.commit good luck, keep going🚀
@leandrors Жыл бұрын
you can always mute the video and put whatever song you like since there's no voice over.
@Memes_uploader4 ай бұрын
Choose silence, or rock
@Y.AndreaRusso6 ай бұрын
love this
@typicaltype26089 ай бұрын
how did you fix the error at 5:25?
@ismailkurt52859 ай бұрын
@State var weekSlider: [[Date.WeekDay]] = [] If you do it like this, it will be fixed.
@eyüpköse-r1v8 ай бұрын
Did you solve the problem?
@typicaltype26088 ай бұрын
@@eyüpköse-r1v yeah you write the var like this: @State var weekSlider: [[Date.WeekDay]] = [] rather than this: @State var weekSlider: [Date.WeekDay] = []
@antall83858 ай бұрын
Did you found it? @@eyüpköse-r1v
@jaki62746 ай бұрын
@@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!
@JerickoWahussein6 ай бұрын
//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) } }
@jabalahkhaldun34676 ай бұрын
bless your kind soul
@sh0egame1094 ай бұрын
do you have the source code for this project
@prudhvimoturu3 ай бұрын
Directly pass the object weekView(weekSlider)
@vb419010 ай бұрын
waiting for notion calendar clone app 🤞
@jot.commit10 ай бұрын
Coming soon!
@sameernikhil6990 Жыл бұрын
Hey, Can you please a make a video on how to make a VPN app using SwiftUI ?
@jot.commit Жыл бұрын
Noted!!!
@sushiConPorotos9 ай бұрын
No man, the music was a bad idea
@Aryankingz5 ай бұрын
0 volume ?
@Storm-20249 ай бұрын
How did you fix the error at 5:25?
@eyüpköse-r1v8 ай бұрын
Did you solve the problem?
@Storm-20248 ай бұрын
@@eyüpköse-r1v no
@jaki62746 ай бұрын
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!
@cristianlaguna11587 ай бұрын
How did you fix the error at 5:25?
@jaki62746 ай бұрын
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!