Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ScrollView上使用有不少问题 #4

Open
zhaobb88 opened this issue Jul 5, 2016 · 0 comments
Open

ScrollView上使用有不少问题 #4

zhaobb88 opened this issue Jul 5, 2016 · 0 comments

Comments

@zhaobb88
Copy link

zhaobb88 commented Jul 5, 2016

就是在scollerview 上加一些照片
UIImageView * view = sender.view;
HZPhotoBrowser *browserVc = [[HZPhotoBrowser alloc] init];
browserVc.sourceImagesContainerView = ScrollView;
browserVc.imageCount = _srcStringArray.count;
browserVc.currentImageIndex = view.tag;
// 代理
browserVc.delegate = self;
// 展示图片浏览器
[browserVc show];
好像这种方式,使用不了啊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant