SwiftUI & iOS Dev Courses - seanallen.teachable.com/
@dskygn7 ай бұрын
Nice, clear and on-point explanation. Thank you for your precious work.
@seanallen7 ай бұрын
Glad it was helpful!
@abs809002 жыл бұрын
I’m developing the features on an app I’m working on and I can’t wait to start working on polishing the UI after seeing this video, LOVE IT!!! I also LOVE how you show how it is done in a step-by-step fashion!
@seanallen2 жыл бұрын
Glad you found the video helpful, Abdulaziz. Good luck on the app!
@christostsangaris47852 жыл бұрын
Damn it Sean!! I wish all my teachers were that good in explaining things!
@seanallen2 жыл бұрын
Thanks for the compliment, Chistos!
@lowell_2 жыл бұрын
Thanks for making this, I'm no longer mystified by this modifier 😄 can't wait to use this for something
@seanallen2 жыл бұрын
This opens up the door for a lot of very cool animations.
@ordozgoite9 ай бұрын
Thank you so much!
@seanallen9 ай бұрын
You're welcome!
@AbdulRahmanGhalayini Жыл бұрын
very good video. by the way, instead of creating several namesoaces, you can create an enum for name space ids with raw value of type string and you define there the ids image, name and job. then you can use the raw value safely in the matched geometry with only one same profileAnimation namespace. well done
@李浩-f5w Жыл бұрын
very clear ,nice job👍
@seanallen Жыл бұрын
Thank you! 👍
@vamsi38772 жыл бұрын
long back It took too much time to do the same in Swift , Thanks to SwiftUI 👏easy peasy
@seanallen2 жыл бұрын
Animating all those constraints would be a major pain in UIKit, that's for sure.
@syedibrahim13612 жыл бұрын
Clean! Loved it!
@noamif2 жыл бұрын
Such little work, such great results. love it, and love seeing videos again man
@seanallen2 жыл бұрын
Thanks Noam. Good to be back.
@sasniyFriz2 жыл бұрын
wow, so simple and yet so powerful
@seanallen2 жыл бұрын
Agreed. You can do some pretty cool stuff with .matchedGeometryEffect()
@rasheshbosamiya14822 жыл бұрын
wonderful, thank you for sharing!
@seanallen2 жыл бұрын
Glad you enjoyed it. Rashesh!
@Deadpool25mm9 ай бұрын
Cool! Thanks
@ToddHoff2 жыл бұрын
Nice. It makes a lot more sense now. It also struck me that this is a good example as to why you want to use MVVM (or whatever) because advanced view stuff like this really clutters the view with view management logic. I really put way too much business logic in my views.
@seanallen2 жыл бұрын
No matter which architecture you use, you have the right idea. Too much business logic in the views is confusing.
@designckinet2 жыл бұрын
Thanks for your video
@seanallen2 жыл бұрын
You're welcome, Andrii.
@muncho4042 жыл бұрын
Lovin it✨
@seanallen2 жыл бұрын
Happy to hear it, Murman
@victorriurean2 жыл бұрын
nice
@gakkieNL2 жыл бұрын
Great video. Thanks i
@seanallen2 жыл бұрын
Glad you liked it 👍
@JJ-up4xt2 жыл бұрын
Hi do u use combine along with swift ui?
@maqusss2 жыл бұрын
wierd that ids are also namespaces
@LucyTheLightbringer2 жыл бұрын
Hey what’s the difference between using your view as a label to a button as opposed to attaching a onTapGesture modifier like you did in the video?
@MoAdel922 жыл бұрын
is withAnimation only enough without matched Geometry ?
@user-ec1dn3uz5k2 жыл бұрын
Hi Sean have been building iOS apps recreationally since 2017 as a self taught dev. I’m finally now eligible to work in the US, any advice on how I can land my first iOS job ? I have an app on the AppStore and working on another to be published. I also have a blog I’m currently working on to show case my skills and swift passions. What’s my chances ? Any advice for a noob?
@AvinashKumar-sk6vr Жыл бұрын
Hello sir, When we Scroll the list or scroll view content profile image animation is not working smooth. please give any solution for it.
@AvinashKumar-sk6vr Жыл бұрын
@seanallen
@Lukasbimba932 жыл бұрын
Is this possible with Storyboard?
@seanallen2 жыл бұрын
These animations are certainly possible in UIKit. You would need to animate your constraints.
@davidardo44662 жыл бұрын
Hello, age is important for a developer. I am 23 years old. How do I improve? thank you
@seanallen2 жыл бұрын
practice, practice, practice. I didn't write my first line of code til I was 32. You got time.
@w0mblemania Жыл бұрын
Age is not important. You just need a willingness to learn, and keep learning. A sense of curiosity is important, too.