Love the enum usage to keep the sequencing tidy and readable.
@iOSDevHeath6 ай бұрын
This just changed animations for me. Thank you!
@andresraigoza2082 Жыл бұрын
So cool, thank you so much Stewart
@dibjr Жыл бұрын
Thanks, Stewart! Great video!
@StewartLynch Жыл бұрын
Very welcome
@German___ Жыл бұрын
Great stuff, thank you!
@robert.ios.developer Жыл бұрын
Thank you, your videos are really good. Keep it 🆙
@richardhasson265 Жыл бұрын
Wow ... thanks for this. There's so much new stuff out there and your concise videos are eminently digestible.
@StewartLynch Жыл бұрын
Glad you like them!
@eduardodelpinotoro74256 ай бұрын
How can I make the animation only once, the second time, thank you very much for your channel, it is great
@RussChannel13 Жыл бұрын
Thank you!
@Byte_Code Жыл бұрын
Great content 👏
@mohammedrokonuddin7153 Жыл бұрын
Well done.
@judy8821 Жыл бұрын
Excellent
@StewartLynch Жыл бұрын
Thanks
@JumpingCow Жыл бұрын
Very nice. Would it be possible to use similar techniques to animate charts?
@StewartLynch Жыл бұрын
I have not tried this yet myself
@anupdsouza Жыл бұрын
Very informative video Stewart, thank you! P.S.: How do you create the emojis of your likeness for your thumbnails? They're quite enjoyable 😁
@StewartLynch Жыл бұрын
I use Bitmoji. It is a free app. apps.apple.com/ca/app/bitmoji/id868077558
@victorriurean Жыл бұрын
@GGGGGG-qj2un Жыл бұрын
Where does a guy named '.centered()' at Line 25 come from?
@StewartLynch Жыл бұрын
I have a custom view modifier in the project to keep the code clean so I can focus on the phase animations
@learning-jh4wm28 күн бұрын
I was wondering the same thing. Here is a possible implementation: struct CenteredModifier: ViewModifier { func body(content: Content) -> some View { content .frame(maxWidth: .infinity) .multilineTextAlignment(.center) } } extension View { func centered() -> some View { self.modifier(CenteredModifier()) } }
@learning-jh4wm28 күн бұрын
Oops! I just noticed it's implemented at 1:03. I must have missed it. Great video!
@NATAR1604 ай бұрын
Ur Xcode fonts are too tiny. Ur way of teaching n content deserve more than the likes n comments u getting. Does it hurt u to increase to like 36?
@StewartLynch4 ай бұрын
Yes it does You would not see the context of the code if the font were that large. There should be no issue following my code on an iPad or on your computer, but following it on an iPhone would be difficult for sure. I try to zoom in on the code to focus on what I am teaching, yet still be able to see it in the context of the surrounding code. Also when showing SwiftUI, you want to show the preview as well, so that limits the horizontal space. Enlarging the font size to 36 just will not work, The solution is to view the video on a larger screen I am afraid.
@NATAR1604 ай бұрын
@@StewartLynch How come some of ur videos have legible fonts and others are not? Why do I see code so clearly in other videos on that same device(Infinix) but some of ur codes??
@StewartLynch4 ай бұрын
It would be very helpful for me if you could give me an example of a video of mine that is acceptable, one that is not, and one that you can reference from another Xcode/Swift content KZbinr
@StewartLynch4 ай бұрын
I just asked the question on Xwitter and Mastodon whether or not people thought that the font was too small in my videos and not one person thought so. Every one thinks that the font size is perfectly fine so I guess I am going to leave it as is.