Got this to work: extension UIImage { func resizedImage(pixelSize: (width: Int, height: Int)) -> UIImage? { var size = CGSize(width: ...
確定! 回上一頁