Runs natively on Apple Silicon I just open sourced my Xcode editor extension, Embellish for Xcode. Pretty basic so for, but the multi line append/prepend is something I’ve needed forever. albebaubles/EmbellishForXcode:
Runs natively on Apple Silicon I just open sourced my Xcode editor extension, Embellish for Xcode. Pretty basic so for, but the multi line append/prepend is something I’ve needed forever. albebaubles/EmbellishForXcode:
[UPDATED TO SUPPORT iOS] I quit using Facebook well over a year ago, yet anytime my browser takes me there it shows me logged in. I DO connect to FB on my oculus – no choice. I don’t know how, but it sure seems using the oculus somehow communicates with my Mac and logs me
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 as easy as tapping option-command-leftarrow to fold and option-command-rightarrow to unfold. So take the following code: Place the cursor anywhere within the function brackets and tap option-command-leftarrow, and this is what you have:
While it’s true SwiftUI doesn’t currently provide easy access to NSAttributedString, you can concatenate string literals assigning attributes to each literal individually: Text(“Regular, “) + Text(“Italic, , “).italic() + Text(“Bold,”).bold() + Text(“Blue”).foreground(.blue) Not pretty, but it works
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 – contains such things as dropdown boxes, list boxes, barcode scanner, creater. https://github.com/albebaubles/ABControls