だから私はAGImagePickerController
iPadで使用しています、私は選択した画像をに正常に保存し、NSDocumentDirectory
それを配列にロードします。AGImagePickerController
は私の中UIButton
にあるので、クリックするとピッカーが表示されます。しかし、私の問題は、別の画像に移動しても、選択した画像のチェックマークを維持する方法viewcontroller
です。ありがとうございました。
質問する
406 次
2 に答える
2
I think you have to maintain a dictionary or a hash-map for the images which is marked or unmarked separately.
And when your pop up appears you have to redraw all the check-marks which are marked and unmarked corresponding to the NSDictionary images which are present their as a key.
I have also used same type of technique in one of my project.
I hope this works for you and in case if you want code snippet, please let me know.
于 2012-06-22T12:25:18.660 に答える
1
これはまだサポートされていませんが、時間の問題で追加できます。
于 2012-06-19T12:29:24.023 に答える