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.
私のアプリケーションには、Web からダウンロードした UIImages のリストがあります。これらの画像を回転、ズーム、スワップして次の画像と前の画像を表示できるギャラリーを作成する必要があります。ギャラリービューアに組み込まれたiPhoneで画像を開く方法はありますか。または私はそれをすべてやり遂げる必要があります。
この機能は、UIImagePickerController として知られています。
詳細については、これを確認してください。
http://zcentric.com/2008/08/28/using-a-uiimagepickercontroller/