0

我是电话编程新手。任何人都可以告诉我如何从私人文档目录文件夹中选择多张图片。我得到了一些像 ELCImagePickercontroller 这样的代码,我可以选择表单照片库图像,但我想选择图像表单私人文件夹。任何人都可以告诉我,我该怎么做。

4

1 回答 1

1

假设您有来自 Document 目录的 fatch 图像并Viewcontroller使用ScrollVIew类似photoGallary的方式创建。?那么可能是您添加了每个图像UIButton以获取特定图像标签。如果你像我上面的逻辑那样做这些事情,那么你可以像下面的点一样选择多个图像。

  • you have to creat Anoter IBAction with Button Tag with identify isSelectedor not if is not then when Select you can set other ImageView Transparant Layor on UIButton with same size and set CheckImage

  • 然后,您还可以从文档目录添加特定的选定 imagePath,并将每个选定的 imagePath 添加到一个NSMutableArray

  • 然后你可以用这个创建的 selectedImageMutaleArray 节目做你的逻辑和东西,删除你想要的任何东西

希望我的上述逻辑和信息对您有所帮助:)

于 2013-01-21T06:40:09.177 回答