摘要:
PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/apple/Library/Developer/Xcode/DerivedData/ADOperatePro-aitcsxljjddxiyelsuthklrghbjf/Build/In
阅读全文
posted @ 2023-04-26 15:21
懂事长qingzZ
阅读(1467)
推荐(0)
摘要:
lazy var cancelBtn: UIButton = { let button = UIButton() button.translatesAutoresizingMaskIntoConstraints = false //这句一定要写 button.setTitle(NSLocalized
阅读全文
posted @ 2023-04-18 13:48
懂事长qingzZ
阅读(320)
推荐(0)
摘要:
pod install 后报错 File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.
阅读全文
posted @ 2023-04-18 13:34
懂事长qingzZ
阅读(151)
推荐(0)
摘要:
1.链接USB 在MAC 上 2.打开Xcode 3.点击Window >Devices >在右侧可查看到identifier identifier即为我们获取到的iPhone 的UDID 链接:https://www.jianshu.com/p/bef1f39529b8
阅读全文
posted @ 2023-04-17 14:33
懂事长qingzZ
阅读(1288)
推荐(0)
摘要:
创建一个 .gitignore的隐藏文件 粘贴下边的代码 # Created by https://www.toptal.com/developers/gitignore/api/objective-c # Edit at https://www.toptal.com/developers/giti
阅读全文
posted @ 2022-11-10 11:35
懂事长qingzZ
阅读(252)
推荐(0)
摘要:
参考: https://www.jianshu.com/p/6934f9f8a41b
阅读全文
posted @ 2022-02-21 11:53
懂事长qingzZ
阅读(225)
推荐(0)
摘要:
先请求相册权限 在获取到权限后 同时将注册该通知放到异步注册 https://www.jianshu.com/p/4b62f5a70632
阅读全文
posted @ 2022-01-19 15:26
懂事长qingzZ
阅读(366)
推荐(0)
摘要:
UITableView *tableView = [[UITableView alloc] initWithFrame:CGRectZero style:(UITableViewStyleGrouped)]; 解决方法: tableView.tableHeaderView = [[UIView al
阅读全文
posted @ 2021-12-30 17:58
懂事长qingzZ
阅读(62)
推荐(0)
摘要:
- (void)searchBar:(UISearchBar *)searchBar textDidChange:(NSString *)searchText { if (searchText.length == 0) { [self performSelector:@selector(hideKe
阅读全文
posted @ 2021-10-14 10:36
懂事长qingzZ
阅读(496)
推荐(0)
摘要:
#pragma mark - 是否开启APP推送 /**是否开启推送*/ - (BOOL)isSwitchAppNotification { if ([UIDevice currentDevice].systemVersion.doubleValue >= 10.0) { __block BOOL
阅读全文
posted @ 2021-09-18 16:08
懂事长qingzZ
阅读(219)
推荐(0)