You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// - datas: Must be one of PHAsset, UIImage and URL, will filter ohers in init function.
/// - showBottomView: If showSelectBtn is true, showBottomView is always true.
/// - index: Index for first display.
/// - urlType: Tell me the url is image or video.
/// - urlImageLoader: Called when cell will display, cell will layout after callback when image load finish. The first block is progress callback, second is load finish callback.
如上图,如果我在预览初始化ZLImagePreviewController的时候
let previewVC = ZLImagePreviewController(datas: images, index: indexPath.row, showSelectBtn: false)
设置showSelectBtn为false,则这里会隐藏掉上面的选择按钮和下面的bottomView,但是在我点击图片沉浸式预览图片,再点击图片返回时,bottomView就会再次展示,猜测是在tapPreviewCell【退出预览方法里】
设置回了fasle展示,可以帮忙修复一下吗?建议可以在选择showSelectBtn为false的时候只隐藏selectBtn不隐藏bottomView
The text was updated successfully, but these errors were encountered: