Xavierxavier7t.com·Feb 24, 2023Custom View Modifiers in SwiftUISometimes you might find it repeating while declaring similar elements with the same modifiers added to your views. Today we’re going to look at how to use custom view modifiers to tackle this. The source code of this post is available here. Overview...DiscussSwiftUI