Appcelerator 显示照片库和 select 图像
Appcelerator show Photo Gallery and select imagens
我需要创建一种方法来在我的应用程序中显示设备中的整个照片库,然后用户可以 select 一些图像,然后使用这些图像创建订单。
我正在尝试使用 Ti.Media.openPhotoGallery,但在 iOS 中我只能 select 一张图片,而且我无法控制视图。
我会附上一个类似的例子。
你能帮帮我吗?
谢谢
enter image description hereenter image description here
对于 iOS,您可以使用来自 https://github.com/minhnc/tigmimagepicker and for Android have a look at titanium-android-imagepicker
https://github.com/prashantsaini1/titanium-android-imagepicker
的模块 tigmimagepicker
两者都支持从图库中选择多张图片。
我需要创建一种方法来在我的应用程序中显示设备中的整个照片库,然后用户可以 select 一些图像,然后使用这些图像创建订单。
我正在尝试使用 Ti.Media.openPhotoGallery,但在 iOS 中我只能 select 一张图片,而且我无法控制视图。
我会附上一个类似的例子。
你能帮帮我吗? 谢谢
enter image description hereenter image description here
对于 iOS,您可以使用来自 https://github.com/minhnc/tigmimagepicker and for Android have a look at titanium-android-imagepicker
https://github.com/prashantsaini1/titanium-android-imagepicker
tigmimagepicker
两者都支持从图库中选择多张图片。