Damir Stuhec
Damir Stuhec
Having an `NSAttributedString` which contains `NSLink`s, how can one style those links with Atributika? I have the following code: ``` label.attributedText = content .styleLinks(Style.foregroundColor(Color.appTint, .normal).foregroundColor(Color.appTint, .highlighted)) .styleAll(Style.foregroundColor(.black).font(font).backgroundColor(backgroundColor)) ``` where `content`...
Up until now, I've been initializing `Keychain` with default options, like this: `Keychain()`. Recently, I added a new extension and enabled keychain sharing on both targets. The initialization now looks...
README states the following: ``` let pounds: GBP = 99.99 let euros: EUR = 149.50 print("You have \(pounds / 2) and \(euros + 30)") ``` > You have £ 50.00...
What would be the best way to run this classifier with OpenCV on mac? I have a demo project set up in which I'm trying to recognize face emotion/expression, but...
One should be able to change side menu container view shadow. Either make `sideMenuContainerView` public property or add some instance methods that would allow this kind of change.
I'm experimenting with the latest version of `LexicalPlayground` and running into a crash when applying a link to the selected text. Details below. Please let me know if you need...
Is there a way to display haptic feedback on certain effects such as the spray?