2019年1月28日

格式化代码 Intellij IDEA

摘要: 阅读全文

posted @ 2019-01-28 16:58 高彰 阅读(1028) 评论(0) 推荐(0) 编辑

iOS 跳转到指定界面(一般都是回到上层节目)加回退到上上个页面

摘要: 比如要跳转到BObleVC界面 引入BObleVC.h后 #import "BObleVC.h" 在需要的地方按钮或者触摸手势中加入 for (UIViewController *temp in self.navigationController.viewControllers){ if ([temp isKindOfClass:[BObleVC class]]) {//... 阅读全文

posted @ 2019-01-28 11:00 高彰 阅读(799) 评论(0) 推荐(0) 编辑

导航