Button is one of the crucial components of any app. We use buttons to provide actions in the user interface of the app. SwiftUI provides a bunch of new view modifiers that allow us to style buttons in different ways.
swiftwithmajid.com/2021/06/30/theβ¦
Swift Developer π¨π»βπ» SwiftUI addicted π Creator of @CardioBotApp βοΈ Writing weekly posts about Swift development π Curating SwiftUI Weekly π§
- SwiftUI Weekly Newsletter - Issue #239 is here! This issue highlights the content by @hishnash @JZivanDesign @_al_we @tanaschita @natpanferova and other folks, which I can't find on X.
- do we have any liquid glass related skill?
- SwiftUI framework provides us a type of transition called content transitions. It allows us to apply a particular transition to the content of the view whenever it changes. SwiftUI has a type of ContentTransition that works with numeric text. swiftwithmajid.com/2022/08/02/conβ¦
- Actors is new Swift language feature, making your types thread-safe. Actors like classes are reference types but protect their stored properties from multithread access. swiftwithmajid.com/2023/09/19/thrβ¦

