Maysam Shahsavari

Results 6 issues of Maysam Shahsavari

Applying theme causes **UICalloutBarButton**s get a square background, to fix it, you have to add this to **UIAppDelegate**: ```swift (NSClassFromString("UICalloutBarButton")! as! UIButton.Type).appearance().backgroundColor = UIColor.clear ```

Bug / Leak Fixes

My app supports deep links and also uses this package for web auth. there is a confusing action sheet shown to the user before opening the browser: ![screenshot](https://i.imgur.com/MBthOeF.jpg) This is...

is it possible to add RTL support?

You can replace original VPPCoreDate with this file if you are using ARC.

You can replace it with original file if you are using ARC.

Updated for Swift 5.1 and Xcode 11