Kristof Van Landschoot
Kristof Van Landschoot
Great tutorial! I was wondering, in your code there is a workaround for a bug in VisionKit. Not sure if this is still necessary?
I embedded the view in a UIViewController that is presented full screen. When I call `load(withVideoId:"xxxxx")` and immediately call `playVideo()`, this does not work upon first presentation. Successive presentations of...
Previous pull request had support only for strings as NSLinkAttributeName values. This one also has NSURL's (as the documentation states should be allowed)
We're building fmdb from source for our project, and then use the framework. To have the `PrivacyInfo.xcprivacy` files in the framework products, I had to check the checkboxes for Target...
I am using Nuke 12.8.0, on iOS Simulator iOS 18.5 I check whether an image loading task has finished by checking if the `task.state == .completed`, but sometimes it looks...