Daniel Zanchi
Daniel Zanchi
Now the user can choose if he wants to **blur** the background: `alertView.shouldBlur = true ` Now the user can choose the **content mode** for the images: ` alertView.imageContentMode =...
as the title says, is there any possible solution to use this library on a iOS device with Swift? Thanks in advance
I am performing this: ``` let appleValidator = AppleReceiptValidator(service: .production, sharedSecret: "xxxxxxxxxxxx") SwiftyStoreKit.verifyReceipt(using: appleValidator, forceRefresh: true) { result in switch result { case .success(let receipt): print("success: \(receipt)") case .error(let error):...
I am trying to add a right navigation button to crop the image and dismiss the view. `cropViewController.navigationItem.setRightBarButton(UIBarButtonItem(image: UIImage(systemName: "checkmark"), style: .done, target: self, action: #selector(......)), animated: false)` But is...
What am I missing? I can't seem to "boot" the simulator
I tried to convert the model to a ML model using this article: https://rockyshikoku.medium.com/u2net-to-coreml-machine-learning-segmentation-on-iphone-eac0c721d67b The problem is that the model loads very slowly on a iOS device with this 176MB...
I keep getting this message: ` 'NSKeyedUnarchiveFromData' should not be used to for un-archiving and will be removed in a future release` Any solution to avoid seeing this?
**Feature Request:** At the moment it's not possible to have Amplify on a **macOS** app. **SwiftUI** is getting bigger and bigger and it would be awesome to have cross-platform apps...
Hello, I'm trying to create a webP from a PNG file 512x512 (at least 250kB). On the iPhone simulator everything works fine when I run encode(pngData: pngImageData). When I run...
It would be good to have an option to skip frames for animated webP. If I have a thumbnail trying to render an animated wepb image with 120 frames it...