Commit 56769d31 authored by banchichen's avatar banchichen

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

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