【swift】画像のデータサイズを取得し、バリデーション を実装する - Qiita

#方法var image:UIImage? = ... //画像を読み込む//let imageData:Int = NSData(data: image.jpegData(compressi…