Skip to content

Conversation

@hennychen
Copy link

SDPhotoBrowser *photoBrowser = [SDPhotoBrowser new];
photoBrowser.delegate = self;
photoBrowser.currentImageIndex = indexPath.item;
photoBrowser.desc = @"图片描述";
photoBrowser.imageCount = self.modelsArray.count;

photoBrowser.sourceImagesContainerView = self.collectionView;

[photoBrowser 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

Successfully merging this pull request may close these issues.

1 participant