Whether you’re building a personal app or working in a company where your team hasn’t moved UI components’ design to a separate library, it’s time to make that leap.
... why not just create a viewmodifier? then you can make a view extension, so all you have to call is .exBaseStyle(), instead of adding another layer of curlys.
... why not just create a viewmodifier? then you can make a view extension, so all you have to call is .exBaseStyle(), instead of adding another layer of curlys.
This's actually good alternative solution, I haven't thought about this one! I'll check out its pros and cons.