Lewis Smith

Results 7 issues of 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...

enhancement

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 ```