摘要: 解决方法 所以方法就是:遵循UINavigationController的代理,用代理方法解决该Bug,代码如下: 实现代理方法: - (void)navigationController:(UINavigationController *)navigationController willShow 阅读全文
posted @ 2016-11-03 14:46 不停奔跑的蜗牛 阅读(1613) 评论(0) 推荐(0)
摘要: 一般来说 [UIApplication sharedApplication].keyWindow.rootViewController 会在 appDelegate 中初始化,并且整个应用运行过程中都不会变。 所以在很多地方需要用 presentModelViewController 方法时,用这个 阅读全文
posted @ 2016-11-03 13:04 不停奔跑的蜗牛 阅读(3342) 评论(0) 推荐(0)