ios-图片浏览器.zip

时间:2022-07-31 12:50:58
【文件属性】:
文件名称:ios-图片浏览器.zip
文件大小:6KB
文件格式:ZIP
更新时间:2022-07-31 12:50:58
滚动视图 //通过简单设置就能实现图片浏览器效果 ShowImageView *showView = [[ShowImageView alloc]init]; [weakSelf.collectionView addSubview:showView]; showView.backgroundColor = [UIColor blackColor]; //消失回调 [showView setDismissBlock:^{ self.tabBarController.tabBar.hidden = NO; self.navigationController.navigationBar.hidden = NO; }]; self.tabBarController.tabBar.hidden = YES; self.navigationController.navigationBar.hidden = YES; showView.frame = CGRectMake(0, self.collectionView.contentOffset.y, self.collectionView.frame.size.width, self.collectionView.frame.size.height); showView.imageUrlArr = data.imgList;
【文件预览】:
SHProgerssView.h
ShowImageView.h
ShowImageView.m
SHProgerssView.m

网友评论