We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SDPhotoBrowser.m文件的- (void)photoClick:(UITapGestureRecognizer *)recognizer方法里面的这句UIView *sourceView = self.sourceImagesContainerView.subviews[currentIndex];数据越界,各位有好的方案吗?
SDPhotoBrowser.m
- (void)photoClick:(UITapGestureRecognizer *)recognizer
UIView *sourceView = self.sourceImagesContainerView.subviews[currentIndex];
The text was updated successfully, but these errors were encountered:
so am I 。how do you solve this problem.
Sorry, something went wrong.
我也遇到了,有解决方案吗? 我是第三个就越界了
No branches or pull requests
SDPhotoBrowser.m
文件的- (void)photoClick:(UITapGestureRecognizer *)recognizer
方法里面的这句UIView *sourceView = self.sourceImagesContainerView.subviews[currentIndex];
数据越界,各位有好的方案吗?The text was updated successfully, but these errors were encountered: