Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在の解決策は、画像を保存してから添付ファイルをファイルにロードする必要があることです.UIImageViewから直接ロードすることは可能ですか? 何か案が?
添付ファイルは NSData オブジェクトとして設定され、次の関数のいずれかを使用して UIImage オブジェクトから直接取得できます。
UIImageJPEGRepresentation
UIImagePNGRepresentation