Lewis Smith
Lewis Smith
just a two character change in the readme for tidiness
Thanks for a great plugin! I had my PHP config changed for development to report more errors (I think newer versions of PHP will do this by default). Suppressing the...
Inspired by https://github.com/hsylife/SwiftyPickerPopover/issues/115 But I didn’t put it at the abstract level as it breaks the other demo examples
A big advantage for me of Xcodes is when the betas are released I can set them downloading and then when I start work get straight to it. Since Xcode...
In iOS 13 I found that: `MGMushParser attributedStringFromMush:description font:font color:color];` would use a serif font for any bold text. I think this is down to changes in how to instantiate...
This is required since iOS 10.
https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/ Work around: Add the following to info.plist ``` NSAppTransportSecurity NSAllowsArbitraryLoads ```
For the benefit of people coming here to try and understand whether they are going crazy, you are not. This code is no longer working, there should be two buttons....
I'm not sure if this is a bug or intended, but thought I'd raise it for awareness. I'm running on the 2026 beta 1, so this may resolve in time...