我有一个UIImagePickerController
,我用它从图书馆选择一张照片,或用相机拍照,然后在UIImageView
中显示所选照片。我想稍后将这张照片上传到API(它仍然不知道如何上传照片,从未做过)。
所以我想要的是像WhatsApp选择照片功能这样的功能,您可以选择让我们说20张照片,然后您就可以看到它们。 (我的意思是,对于我的情况,我只有一个UIImageView
并且只能显示一张照片。
解决方案是什么?请记住,我想稍后上传这些照片。
提前致谢
答案 0 :(得分:6)
As Ethan Halprin commented, I used https://github.com/hyperoslo/ImagePicker and it solved my issue. It looks really nice and I think the customer will like it :)
答案 1 :(得分:-1)
我还发现TLPhotoPicker和DKImagePickerController很有帮助,因为Hyperosolo的image picker已过时DKImagePickerController,而TLPhotoPicker是swift的不错选择。其他一些参考文献:-