You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by the way:
qrImageView.image = QRCode.generateImage(Token.base64EncodedString(), avatarImage:nil)
if let qrImage = qrImageView.image {
let vc = UIActivityViewController(activityItems: [qrImage] as [Any], applicationActivities: [])
self.present(vc, animated: true, completion: nil)
}
I cant share the QRCode
The text was updated successfully, but these errors were encountered:
UIImagePNGRepresentation always return nil
by the way:
qrImageView.image = QRCode.generateImage(Token.base64EncodedString(), avatarImage:nil)
if let qrImage = qrImageView.image {
let vc = UIActivityViewController(activityItems: [qrImage] as [Any], applicationActivities: [])
self.present(vc, animated: true, completion: nil)
}
I cant share the QRCode
The text was updated successfully, but these errors were encountered: