Too easy
A great example of how simple it is to construct a user interface in swiftUI
Mobile & IoT Development
A great example of how simple it is to construct a user interface in swiftUI
I use this so often I’ve added it to my global utilities class. Seriously considering taking all my extensions open source –
[UPDATED TO SUPPORT iOS] I quit using Facebook well over a year ago, yet anytime my browser takes me there it shows
Something I’ve found very helpful for my busy mind is to fold the code within functions I’ll rarely mutate. Folding/Unfolding code is
While it’s true SwiftUI doesn’t currently provide easy access to NSAttributedString, you can concatenate string literals assigning attributes to each literal individually:
https://github.com/albebaubles/ABControls
I wanted to learn more about @IBDesignable and @IBInspectable, so I thought why not throw together a quick Custom UI Control project