Commit 54df9365 authored by tanzhen's avatar tanzhen

修复几个已知bug:

1.设置了allowPickingVideo为No,还是出现了视频。
2.修复pad情况下,预览图过大导致内存占用过多。
做了一些优化:
1.TZImageManager中新增获取照片原图的方法。
2.允许外界自定义imagePicker中的一些外观颜色
parent eaa156c2
......@@ -60,13 +60,8 @@
}
- (void)configCustomNaviBar {
<<<<<<< 017e1e86a308ce3cc61250052da3d23d4c681a5c
_naviBar = [[UIView alloc] initWithFrame:CGRectMake(0, 0, self.view.tz_width, 64)];
_naviBar.backgroundColor = kNaviBarAndBottonBarBgColor;
=======
_naviBar = [[UIView alloc] initWithFrame:CGRectMake(0, 0, self.view.width, 64)];
_naviBar.backgroundColor = [UIColor colorWithRed:(34/255.0) green:(34/255.0) blue:(34/255.0) alpha:1.0];
>>>>>>> 修复几个已知bug:
_naviBar.alpha = 0.7;
_backButton = [[UIButton alloc] initWithFrame:CGRectMake(10, 10, 44, 44)];
......
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