ios问题解决总结.docxVIP

  • 6
  • 0
  • 约7.8千字
  • 约 9页
  • 2016-12-07 发布于河南
  • 举报
ios问题解决总结

项目开始前工作1.管理第三方库的cocoapods安装导入 安装使用(/gf771115/article/detailsgf771115/article/details; 如果在pod install、或者pod update时,不想升级specs库,可以增加忽略参数pod install --no-repo-updatepod update --no-repo-update2.tabbar构建 1)跳子页面隐藏的时候隐藏了导航栏,但下面出现白条无法隐藏,可创建UITabBarController类,在类中调用UINavigationControllerDelegate 中willShowViewController和didShowViewController方法; 2)子视图从左往右拖回到根视图,将每个视图控制器的UINavigationController加入代理,在第一个子视图加入self.navigationCeractivePopGestureRecognizer.delegate = self;调用- (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer *)gestureRecognizer方法3)ios9系统后不支持http,在.plist文件中加入App Transp

文档评论(0)

1亿VIP精品文档

相关文档