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

用scollerview会崩溃 #11

Closed
Wbqqqq opened this issue Jul 4, 2016 · 1 comment
Closed

用scollerview会崩溃 #11

Wbqqqq opened this issue Jul 4, 2016 · 1 comment

Comments

@Wbqqqq
Copy link

Wbqqqq commented Jul 4, 2016

就是一个demo 在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];

会崩溃 不太懂啊

@chennyhuang
Copy link
Owner

已经完全改版

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

2 participants