print("IMAGE base64 String: \(imageStringData)") //Convert Base 64 String back to Image let imageView2 = UIImageView() imageView2.frame = CGRect(x: 300, y: 50, ...
確定! 回上一頁