所以我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 回答