Your knowledge is 100% valuable. If you can add voice over and explains things then trust me it will help a lot of people including me. I know video will be much larger but thats okay in opinion. Its a request, please add voice over.
I found a bug with the transition. If we dismiss the detail view with the gesture and immediately try to open another card, it misses touches. If we delay it, then everything will work well. Any solution for it?
SwiftUI Question: I am pretty experienced in SwiftUI, but why do some people create @ViewBuilder functions that return views instead of making another SwiftUI view? is there a benefit to it or no?
I use view builder only if the view is just small subcomponent which does not require view specific states, it always helps me to split large chuck of code into subcomponents which will always be helpful in understanding the code when later it’s viewed after sometime, eg, if a view has many a tabbar, tab view and a search bar, both the tab bar and search bar is just a small views which does not require any large number of state variables thus I will use view builder in this case but consider each view inside the tab view just requires its own view states so I will be using new swiftUI views here.
Pexel Videos Link:
www.pexels.com/video/sunset-over-sea-and-city-11359609/
www.pexels.com/video/a-rocky-river-in-the-forest-5896379/
www.pexels.com/video/sea-foam-coming-to-the-seashore-5085845/
www.pexels.com/video/panning-shot-of-the-sea-at-sunset-6202759/
www.pexels.com/video/slow-motion-footage-of-multnomah-falls-7297870/
www.pexels.com/video/view-from-flying-airplane-at-sunset-9669392/
Amazing content! :)
That’s exactly what we expected… excellent. Thank you so very much for such amazing content 🔥💯🌈
Majestic! I saw a few materials from WWDC, and this transitions 💪!
Your knowledge is 100% valuable. If you can add voice over and explains things then trust me it will help a lot of people including me. I know video will be much larger but thats okay in opinion. Its a request, please add voice over.
No voice is better in my opinion. Straight to the point and I enjoy the music too! Makes this channel unique.
omg amazingggg. Great job!! Stay healthy
its look amazing ❤😮
Hold on. That’s the Instagram transition animation. That’s so interesting.
I found a bug with the transition. If we dismiss the detail view with the gesture and immediately try to open another card, it misses touches. If we delay it, then everything will work well. Any solution for it?
Is the ability to minify lines of code in Xcode an additional feature that I need to install?
It’s a feature in Xcode,
Xcode -> Settings -> Text Editing -> Enable Code folding ribbon
@@Kavsoft Thank you 🙂↕️
SwiftUI Question: I am pretty experienced in SwiftUI, but why do some people create @ViewBuilder functions that return views instead of making another SwiftUI view? is there a benefit to it or no?
I use view builder only if the view is just small subcomponent which does not require view specific states, it always helps me to split large chuck of code into subcomponents which will always be helpful in understanding the code when later it’s viewed after sometime, eg, if a view has many a tabbar, tab view and a search bar, both the tab bar and search bar is just a small views which does not require any large number of state variables thus I will use view builder in this case but consider each view inside the tab view just requires its own view states so I will be using new swiftUI views here.