Maysam Shahsavari
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 ```
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:  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