@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.
@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.