КОМЕНТАРІ
@ProffesorGomez
@ProffesorGomez 29 хвилин тому
Bro you for got to add the id parameter to the FOREACH function.
@AlekseyCherkasskiyAC
@AlekseyCherkasskiyAC 9 годин тому
I have some confusions. lie at every word why say at the beginning of the video. why it starts with python and javascript code on the screenshots? How is that related to swift, di, async/await, etc. nothing about di or something, etc
@martygeorgiev6086
@martygeorgiev6086 18 годин тому
nice stuff buddy
@sumerjacob850
@sumerjacob850 День тому
Hi thanks for video just one hiccup I have feed cell/ view running but it's not working in main Home Screen I just see the word FEED. search and profile working fine. help thx
@techwithchavan4986
@techwithchavan4986 4 дні тому
Could you please do it in UIKit as well
@appstuff5778
@appstuff5778 4 дні тому
I am launching a UIKit course this month :) It will be covering the basics of UIKit and building a crypto app as the final project
@ZiedMcHarek
@ZiedMcHarek 4 дні тому
In a professional video, thank you very much. Could you also extend it to include third-party sign-in methods like Google and Apple? That would be super cool.
@odox4866
@odox4866 7 днів тому
Thanks for this. It is really great. If you can make more videos explaining different SwiftUI Components like these, it would be much appreciated.
@Sanche87
@Sanche87 8 днів тому
thanks for CNRTL+M
@timothycbryant
@timothycbryant 8 днів тому
Anyone else running into trouble near the end when uploading a post? I'm getting several errors and the caption isn't getting stored.
@maison_gool
@maison_gool 9 днів тому
For anyone wondering why they dont have CLIENT_ID and REVERSED_CLIENT_ID I found I had to enable google sign in options in order to get the two fields in the Info.plis. Will update if I run into any issues :)
@Sanche87
@Sanche87 9 днів тому
thank u very simple how u explain
@Sanche87
@Sanche87 10 днів тому
Thank u for ternary statement explanation
@WeLoveYouFREEZbY
@WeLoveYouFREEZbY 12 днів тому
but 1 viewModel for 1 view ..
@MG-wj4rc
@MG-wj4rc 12 днів тому
You should change your nickname to AwesomeStuff !
@ssaguiar
@ssaguiar 13 днів тому
Obs: I am not using List for the buttons, but a Vstack with the NavigationLink for each button.
@ssaguiar
@ssaguiar 13 днів тому
This video is amazing as it made me understand the process of getting the root view (pop to root). But I have a question, if possible: I have a buttons menu on which every button presents a new view (a view file). How could I made the changes to the code to show those views. Should I create an array of views to deal with? Thanks a lot for your help.
@luisalthoff
@luisalthoff 13 днів тому
Awesome! Best presentation I've seen on NavigationStack (and I've seen a lot of them).
@abhimohalkar4222
@abhimohalkar4222 14 днів тому
Hi sir thanks for amazing video . I am getting API res in INR currency even if I set the usd. Is there something with it? Btw I’m from India
@eddjoseph1130
@eddjoseph1130 15 днів тому
If we wanted onboarding preview pages before the login and sign-up pages, in which folder would we place the pages and how would we route it?
@Cuvsie
@Cuvsie 16 днів тому
Amazing video, this has been so helpful. Just curious but when Ive added in the checkmark.circle.fill & xmark.circle.fill in the profileview file it shows the gear image used in the version section , how do I fix this to show the xmark and checkmark? Also, how do I change the page colors?
@enesutku4348
@enesutku4348 16 днів тому
Considering the performance benefits and potential reduction in memory usage of LazyVStack, why don't we always opt for LazyVStack? In which situations do you prefer using VStack, and what's the rationale behind this preference? I've watched a few of your course videos, and it seems like you also used the VStack structure in them. That's why I wanted to ask. Thanks a lot for the content.
@appstuff5778
@appstuff5778 16 днів тому
Use VStacks for simple vertically stacked UI that isn’t infinitely scrollable more or less
@BABEENGINEER
@BABEENGINEER 17 днів тому
amazing tutorial, we love it 💕🔥
@3moalsokni502
@3moalsokni502 17 днів тому
top <3
@timothycbryant
@timothycbryant 17 днів тому
It looks like they require an API key now. I was planning to buy the full course, but want to make sure it is updated with this requirement before I spend the money. Is that something we will find in the full course?
@TheAlmightyCornholioo
@TheAlmightyCornholioo 18 днів тому
5:30 This is horrendously unintuitive, setting naviationDestination on the list instead of each element, why does it even work like that? I hate swift/swiftui!
@appstuff5778
@appstuff5778 18 днів тому
Nobody cares dude
@woogieboogie9838
@woogieboogie9838 19 днів тому
Love your video I am willing to subscribe to your UKposts channel memberships to access all your courses. is it possible that you move all the courses to UKposts membership only TAT Courses on an external website makes it a bit concerning for me to make purchases :(((
@GordonNg-sl5ol
@GordonNg-sl5ol 21 день тому
Haha Max Verstappen fan ahahahaha I caught that
@user-ji2us5jo3n
@user-ji2us5jo3n 21 день тому
Top explanation ✔
@nesalexy
@nesalexy 22 дні тому
thanks for the video, 5:34 StateObject vs ObservedObject
@creatorconnect
@creatorconnect 23 дні тому
so the profile image went away but some reason it is not clickable anymore..strange
@mihailpopa3056
@mihailpopa3056 23 дні тому
What if the ObservedObject is injected into the child through the constructor, but the object is only initialized in the constructor so the child is the only owner of the object.
@jasming.5386
@jasming.5386 24 дні тому
private var items = Array(repeating: Item(title: "Test title", subtitle: "This is a subtitle"), count: 500) 😉
@mEtAlMaNiAc787
@mEtAlMaNiAc787 24 дні тому
hey can you make a video building the most simple app and uploading to App Store . can't find any videos on UKposts!!
@imam_robani
@imam_robani 25 днів тому
simple and clear !
@dearestpankaj
@dearestpankaj 25 днів тому
On 1:43, the bug can be fixed by adding .onTapGesture(count: 99, perform: { // overrides tap gesture to fix ios 17.1 bug }) to stepper Also, similar bug is on DatePicker also with iOS 17.1 and be fixed with above lines
@BABEENGINEER
@BABEENGINEER 26 днів тому
love it!
@CandiceKhannaApps
@CandiceKhannaApps 26 днів тому
I love your vids thanks! 🙏🏽
@gizaLook
@gizaLook 26 днів тому
I really enjoy your content! Would you consider creating a ProPlus subscription option on UKposts? Your website's design could use some improvement.
@bjp_for_2024
@bjp_for_2024 27 днів тому
code available of tictoc github?
@JeanBaptisteChabi
@JeanBaptisteChabi 27 днів тому
I've never used swift ui, but it seems too easy 😂
@mark_kulik
@mark_kulik 27 днів тому
Cool! Thanks a lot!
@SoftwareDevelopment13
@SoftwareDevelopment13 27 днів тому
ukposts.info/have/v-deo/pYF8n4ttfYBpsKs.htmlsi=qU5pmVvfuVa9M4K7 With the swift 5 tableview swipe action
@lolrie
@lolrie 28 днів тому
Thank you so much - this is the best explanation I've found, very easy to understand and love the way you simplify the concept and give concrete examples.
@y.dragonfly
@y.dragonfly 28 днів тому
Maaaan thanks !!!!
@Hgvpuncher
@Hgvpuncher 29 днів тому
How do members get in touch with you for any issue? Becoming a member is easy but opting out is not that easy. The membership page where you "should" be able to cancel your subscription is blank and no way to opt out apart from contacting the bank to stop the continuous monthly charging. Can you address this issue as soon as possible? I do understand you may not be aware of this but letting you know
@appstuff5778
@appstuff5778 29 днів тому
All you have to do is contact me for assistance and I can help you with whatever you need!
@90KidMemory
@90KidMemory Місяць тому
date picker not opening on single click because parent stack has tap gesture. Anyone facing this issue. Kindly help me
@kostaskoliolios9648
@kostaskoliolios9648 19 днів тому
same here
@imam_robani
@imam_robani Місяць тому
very helpful tips
@mohamethseck
@mohamethseck Місяць тому
Awesome tips!
@rommeljob
@rommeljob Місяць тому
Hey i just bought one of your source codes but I'm having some issues. Is there any way I can contact you? your IG account doesn't seem to be the same. Thank you!
@user-bf7nq6jc2p
@user-bf7nq6jc2p Місяць тому
appstuffを1ヶ月契約しましたが、解約方法が分かりません。