My Twitter SwiftUI collection
SwiftUI completly changed the way developers used to create software for Apple platforms. Here are some tips I shared in 2019 on my Twitter when SwiftUI was in beta.
- Learn about SequenceGesture and how to use it.
- Do you like playing cards? Here is a nice card deck animation.
- A flip animation using ZStack. Now imagine doing it in UIKit 😀
- Who have not seen a hamburger button, here is an animating one.
- And the side menu.
- This stack of images, a fun way to browse items.
- What is Color.red, yes like almost everything it is also a View in SwiftUI.
- Isn't UIActivityIndicatorView is boring? How about these spinners.
Follow me on Twitter for short tips like these