Commit 56769d31 authored by banchichen's avatar banchichen

修复iOS7下照片列表页右上角小图标被挡住的问题

parent f2d090ba
......@@ -31,7 +31,7 @@
- (void)awakeFromNib {
self.timeLength.font = [UIFont boldSystemFontOfSize:11];
}
*/
*/
- (void)setModel:(TZAssetModel *)model {
_model = model;
......@@ -113,6 +113,8 @@
imageView.clipsToBounds = YES;
[self.contentView addSubview:imageView];
_imageView = imageView;
[self.contentView bringSubviewToFront:_selectImageView];
}
return _imageView;
}
......
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