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.
PHAsset を使用せずに iPhone に保存されている写真を取得することは可能ですか?
これは、PHAsset を使用すると、このメソッドを使用する必要があるためです。
PHImageManager.defaultManager().requestImageForAsset( ... )
また、この方法は実行に時間がかかります。
画像が保存されているフォルダーから直接画像を取得したいだけです。