场景是这样的:当选择九张图的时候,第一次选择了三张,再次点击选择的时候,前三张是否需要标记出来,且这一次只能选择六张。
@beanu
I'm not sure what you mean by clicking to select again. Would you please provide more details?
@gejiaheng 举个例子,我们要发布一个帖子,文字+图片(9张)形式。 点击“选择图片”按钮,选择了3张,这个时候发布帖子页面显示三张图。 后来觉得三张图太少了,再次点击“选择图片按钮”,这个时候选择图片页面应该带入之前选择的3张图。
参考项目
https://github.com/smuyyh/ImageSelector 关键字 rememberSelected
https://github.com/YancyYe/ImageSelector 关键字 pathList
@beanu
Now I know exactly what you want! Actually the first in-production Matisse version had this feature. But I removed it for simpler interfaces. As you brought up this scenario, I think maybe you are right. Give me a few days.
这个建议提的不错, 但是, 最好增加一个"是否保留已选择的图片"的接口, 因为有些人需要这个功能, 有些人不需要. 比如, 类似于朋友圈, 用户可以选择重复的图.
增加一个接口, 类似于:
Matisse.from(this)...
.selectedFile(fileList)
....;
这个需求实现了吗
应该还没有
强烈需要添加这个需求
现在有了嘛?
真的,多选情景下,这个功能几乎可以说必不可少。
@gejiaheng 请问有没有加入这个功能的排期,没有的话只能我们自己扩展了
这个功能有了吗
Most helpful comment
@beanu
Now I know exactly what you want! Actually the first in-production Matisse version had this feature. But I removed it for simpler interfaces. As you brought up this scenario, I think maybe you are right. Give me a few days.