You deserve way more subscribers! Great simple explanation, thank you!
@hangoversamuiadmin31634 жыл бұрын
Dude, I was watching this and at about 2:30 seconds you say Sheet... I was typing and looked at my daughter and well I herd shit... lol I love your accent! Great video!!!!
@adithasan77794 жыл бұрын
hey @vasil can you please talk about the breaking constraints showing up in your console. how would you get rid of that?
@Raptor-jv7fi5 жыл бұрын
Thank you man! So clear and precise.
@Shqtucke5 жыл бұрын
Great videos! Do you have any videos on using firebase storage to pull data for list on swiftUI?
@VasilNunev5 жыл бұрын
I do not have any recent videos on firebase, however, pullind data in SwiftUI is the same way as in Swift, if your array however is changing just put it in a @State property
@Shqtucke5 жыл бұрын
@@VasilNunev Thanks!!!
@uditarora014 жыл бұрын
If want to present modal as fullscreen, how we can achieve this
@gameover-je9ng5 жыл бұрын
. sheet only work in beta 4 ?
@VasilNunev5 жыл бұрын
That's correct. On previous beta's it used to be `.presentation(_ Modal)`. In beta 4 is more readable.
@richardwalters92494 жыл бұрын
this was an excellent video, Can you do a video for Wrapping UIKit UIViewControllers for SwiftUI ?
@jasko904 жыл бұрын
Can you explain, how this works, when pushing a tab bar item instead of a button? Thank you
@chenghungko5 жыл бұрын
Thank for your useful tutorial. it helps me a lot :)
@arjunneupaane5 жыл бұрын
Great video brother, Can you please make a tutorial on presenting a view full screen.
@juliushuck4 жыл бұрын
The src code link is broken :( A good way to share the good would be GitHub :)
@aidanjamespen5 жыл бұрын
Great video - thanks!
@mirkaram5485 жыл бұрын
Make a video on camera rendering in regular view as well in sheet and and capture image and then display in separate view. I search that a lot not proper solution found. thanks in advance.
@filipvabrousek69005 жыл бұрын
Thank you so much!
@swiftui25 жыл бұрын
goos tutorial, can you make one ( How to work with Core Data in SwiftUI ) ?
@VasilNunev5 жыл бұрын
I am glad you liked it! Most likely I won’t make any Core Data videos anytime soon, but I will look into a data persistance in SwiftUI tutorial