Commit d6cbabef2f3ce10aaf7eb2764baa0612be9d373a

Authored by niudaojian
1 parent 8d9cffd4

0.1.1 版本 调整完成按钮的底部距离

CNLiveImagePickerController.podspec
@@ -3,12 +3,12 @@ @@ -3,12 +3,12 @@
3 # valid spec before submitting. 3 # valid spec before submitting.
4 # 4 #
5 # Any lines starting with a # are optional, but their use is encouraged 5 # Any lines starting with a # are optional, but their use is encouraged
6 -# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html 6 +# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.htmlO
7 # 7 #
8 8
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveImagePickerController' 10 s.name = 'CNLiveImagePickerController'
11 - s.version = '0.1.1' 11 + s.version = '0.1.2'
12 s.summary = '相册' 12 s.summary = '相册'
13 13
14 # This description is used to generate tags and improve search results. 14 # This description is used to generate tags and improve search results.
CNLiveImagePickerController/Classes/CNImagePickerController.m
@@ -268,7 +268,7 @@ @@ -268,7 +268,7 @@
268 [backButton setImage:[UIImage imageNamedFromMyBundle:@"navi_back"] forState:UIControlStateNormal]; 268 [backButton setImage:[UIImage imageNamedFromMyBundle:@"navi_back"] forState:UIControlStateNormal];
269 CGRect frame = toolBar.frame; 269 CGRect frame = toolBar.frame;
270 // doneButton.frame = CGRectMake(frame.size.width - 60 - 13, frame.size.height /2 - 15 - (kVerticalBottomSafeHeight /2), 60, 30); 270 // doneButton.frame = CGRectMake(frame.size.width - 60 - 13, frame.size.height /2 - 15 - (kVerticalBottomSafeHeight /2), 60, 30);
271 - doneButton.frame = CGRectMake(frame.size.width - 60 - 13, 15, 60, 30); 271 + doneButton.frame = CGRectMake(frame.size.width - 60 - 13, 10, 60, 30);
272 272
273 273
274 }]; 274 }];