Subscribed!! (since you like !). I very much like your style of explaining exactly what you are doing in real time. Swift (and SwiftUI) at times is not very intuitive, so the explanations help. Thank you.
@ScottSmithDev4 жыл бұрын
You’re welcome, Carlos!! Thank you so much for your kind words!! 😊
@MrBenovi4 жыл бұрын
Thanks Scott, perfect explanation and exactly what I was looking for!
@ScottSmithDev4 жыл бұрын
Thanks, Ben, that’s great to hear! You’re welcome!
@NilsMango3 жыл бұрын
Awesome - thank you!
@MrBenovi4 жыл бұрын
Thanks Scott!
@ScottSmithDev4 жыл бұрын
No problem, Ben!
@PaulSolt5 жыл бұрын
Loving the energy =)
@ScottSmithDev5 жыл бұрын
Thank you, Paul! 😃 I appreciate you sharing my content!
@elvissanchez27032 жыл бұрын
Nice!
@ScottSmithDev2 жыл бұрын
Thanks, Elvis! 😊
@olepetersen35544 жыл бұрын
Great and fun - thanks a lot!
@ScottSmithDev4 жыл бұрын
You’re welcome, Ole!! And thank you! ☺️
@shivaskanthan61444 жыл бұрын
Nice video. I'm curious as to why we need to create the init for the Button. Since it is a struct and not a class, doesn't it have its default initialiser?
@user-eu3jf2ss1v2 жыл бұрын
I'm having a hell of a time with Swift initializing anything. Are Init() functions required for everything? Why does my preview work, but my main code needs some sort of initializer?
@GameCrawl5 жыл бұрын
I don't know that you can actually inject humour into programming.
@ScottSmithDev5 жыл бұрын
I must have done something right! 😄
@stefanolimone4 жыл бұрын
Do you know if is it possibile to create a button to view a PDF file?
@ScottSmithDev4 жыл бұрын
Hi, Stefano! Yes, it is possible.
@stefanolimone4 жыл бұрын
Scott Smith I tried to use quicklook or a web view, but I’m not able to integrate it in a button action
@ScottSmithDev4 жыл бұрын
If the button action shows a modal or pushes a new view containing a web view, then that should work.