Тёмный

Let's Build Task Management App using SwiftUI | iOS 17 | 1/2 

Commit
Подписаться 1,7 тыс.
Просмотров 7 тыс.
50% 1

Follow Us: linktr.ee/commits.io .... Join Free Community & 1 day early access for paid users: bit.ly/commitnew Hello Guys 👋👋👋
Let's Build a Task Management App using SwiftUI | iOS 17 | 1/2
► Source Code: bit.ly/commitnew
► Subscribe For More: @jot.commit
► Social Platforms
Instagram: / commit.io
Twitter: / imjotharika
#SwiftUI #Firebase #iOSdevelopment #iOSprogramming #iOSapp #appdevelopment #appprogramming #appdev #mobiledevelopment #mobileapp #coding #programming #developer #softwareengineering #iOSdeveloper #Xcode #iOS17 #tutorial #iOSdevelopmenttutorial #SwiftUItutorial

Опубликовано:

 

14 окт 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 24   
@earu723
@earu723 20 дней назад
love this
@JerickoWahussein
@JerickoWahussein 8 дней назад
//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) } }
@seymenozdes
@seymenozdes 7 месяцев назад
Just a suggestion, the music you put in the background makes it difficult to focus during long-term viewing.
@jot.commit
@jot.commit 7 месяцев назад
Thanks, Noted!! We improve this
@seymenozdes
@seymenozdes 7 месяцев назад
@@jot.commit good luck, keep going🚀
@leandrors
@leandrors 7 месяцев назад
you can always mute the video and put whatever song you like since there's no voice over.
@vb4190
@vb4190 4 месяца назад
waiting for notion calendar clone app 🤞
@jot.commit
@jot.commit 4 месяца назад
Coming soon!
@sameernikhil6990
@sameernikhil6990 7 месяцев назад
Hey, Can you please a make a video on how to make a VPN app using SwiftUI ?
@jot.commit
@jot.commit 7 месяцев назад
Noted!!!
@cristianlaguna1158
@cristianlaguna1158 Месяц назад
How did you fix the error at 5:25?
@jaki6274
@jaki6274 8 дней назад
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!
@typicaltype2608
@typicaltype2608 3 месяца назад
how did you fix the error at 5:25?
@ismailkurt5285
@ismailkurt5285 3 месяца назад
@State var weekSlider: [[Date.WeekDay]] = [] If you do it like this, it will be fixed.
@user-kv1uv4lf1x
@user-kv1uv4lf1x 2 месяца назад
Did you solve the problem?
@typicaltype2608
@typicaltype2608 2 месяца назад
@@user-kv1uv4lf1x yeah you write the var like this: @State var weekSlider: [[Date.WeekDay]] = [] rather than this: @State var weekSlider: [Date.WeekDay] = []
@antall8385
@antall8385 2 месяца назад
Did you found it? @@user-kv1uv4lf1x
@jaki6274
@jaki6274 8 дней назад
@@user-kv1uv4lf1x 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 3 месяца назад
No man, the music was a bad idea
@Storm-2024
@Storm-2024 3 месяца назад
How did you fix the error at 5:25?
@user-kv1uv4lf1x
@user-kv1uv4lf1x 2 месяца назад
Did you solve the problem?
@Storm-2024
@Storm-2024 2 месяца назад
@@user-kv1uv4lf1x no
@jaki6274
@jaki6274 8 дней назад
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!