Andrei Ciobanu
Andrei Ciobanu
I'm getting thread race warnings for `HWIFileDownloader.activeDownloadsDictionary` (of type `NSMutableDictionary`). When I open my application, I verify if a certain number of files are downloaded on the device storage (±80...
When changing device orientation (portrait -> landscape, etc.) the detection rectangle is drawn at a wrong position.
Here's the output when trying to download `11 GM Seed` (it happened with other versions too) ``` ➜ MyIOSApp xcversion install '11 GM Seed' 100 321 100 321 0 0...
Hello! I was trying to integrate this kit into my project. These are the steps I have followed: - Installed `xcodeproj` via `sudo gem install xcodeproj` - Added `SettingsKit` to...
Adds support for setting the background and foreground (title) colors in the WKWebView and adjusting the large title font size to fit on one row
The application crashes on iPad when trying to share the content of the `WKWebViewController`. That's because the `popoverPresentationController` needs to have a source view when presenting on iPad. `Fatal Exception:...