| | |
| | | // |
| | | // Created by 谭真 on 15/12/24. |
| | | // Copyright © 2015年 谭真. All rights reserved. |
| | | // version 3.8.7 - 2024.08.14 |
| | | // version 3.8.8 - 2024.10.27 |
| | | // 更多信息,请前往项目的github地址:https://github.com/banchichen/TZImagePickerController |
| | | |
| | | #import "TZImagePickerController.h" |
| | |
| | | } |
| | | |
| | | - (void)settingBtnClick { |
| | | [[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]]; |
| | | [[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString] options:@{} completionHandler:nil]; |
| | | } |
| | | |
| | | - (void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated { |