MWPhotoBrowser icon indicating copy to clipboard operation
MWPhotoBrowser copied to clipboard

How to make single image selection only?

Open ZaidPathan opened this issue 7 years ago • 1 comments

@mwaterfall displaySelectionButtons is now showing image selection, but I'm unable to figure our how to make only single image selection enable. Ex: If user selection image 1 then all other images should be unselected. Is there a way?

I tried
func photoBrowser(_ photoBrowser: MWPhotoBrowser!, photoAt index: UInt, selectedChanged selected: Bool)
and
func photoBrowser(_ photoBrowser: MWPhotoBrowser!, isPhotoSelectedAt index: UInt) -> Bool
but it didn't help me out.

ZaidPathan avatar Nov 19 '16 10:11 ZaidPathan

Hello @ZaidPathan , Have you found any way to select only one image ?

Mushrankhan avatar Apr 27 '17 09:04 Mushrankhan