Commit 0ad0c02f authored by Zhen Tan's avatar Zhen Tan Committed by GitHub

Merge pull request #158 from zhiyuanFan/master

修复相册imageView重复创建
parents d8696a34 d5eae2d7
......@@ -213,7 +213,7 @@
#pragma mark - Lazy load
- (UIImageView *)posterImageView {
if (_arrowImageView == nil) {
if (_posterImageView == nil) {
UIImageView *posterImageView = [[UIImageView alloc] init];
posterImageView.contentMode = UIViewContentModeScaleAspectFill;
posterImageView.clipsToBounds = YES;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment