Proposal: Swift Extension Naming Convention
Proposal: Standardizing Naming Conventions for Extension Files Introduction As a consultant with extensive experience in software development, I have observed a wide
Mobile & IoT Development
Proposal: Standardizing Naming Conventions for Extension Files Introduction As a consultant with extensive experience in software development, I have observed a wide
Nifty little script (from Paul Taykalo) to find unused variables in swift code. PaulTaykalo/swift-scripts:
Check out our newest app on the App Store! 100% SwiftUI. Milracks – AlbeBaubles:
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