
iOS
君晏
一个有思想的程序员
展开
-
iOS navigationBar顺滑的隐藏与显示
1、首页签协议 UINavigationControllerDelegate2、设置代理 self.navigationController.delegate = self;3、实现协议方法- (void)navigationController:(UINavigationController *)navigationController willShow...原创 2020-03-06 18:19:39 · 963 阅读 · 0 评论 -
iOS 修改BundleID后报错
1、可以先 command + option+ shift + k 清理2、如果error: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier. 是因为TARGETS中的bundle identifier不同,但是格式要统一 例如com.yjy.1、...原创 2019-09-03 18:48:39 · 4528 阅读 · 0 评论