self.edgesForExtendedLayout = UIRectEdgeNone;

如果导航栏是默认带磨砂透明效果的,使用了edgesForExtendedLayout可能会出现导航栏变不透明,这样切换时就会有明显的色差过度。因此

self.navigationController.navigationBar.translucent = NO;

添加这句即可解决。

最新文章

  1. MyBatis-Exception:org.apache.ibatis.exceptions.PersistenceException
  2. MyBatis动态SQL详解
  3. Serenity框架官方文档翻译前言(什么是Serenity平台)
  4. HDU 1864
  5. css 动画类库Animate.css
  6. 1099. Build A Binary Search Tree (30)
  7. android中ViewHolder通用简洁写法
  8. 用户 'IIS APPPOOL\DefaultAppPool'登录失败
  9. Android 添加菜单项
  10. Difference between LINQ to SQL and LINQ to Entity(DataContext and DbContext)
  11. C语言习题 链表建立,插入,删除,输出
  12. 并归排序 (Java版本,时间复杂度为O(n))
  13. http 500错误怎么解决方法
  14. 使用 Kafka 和 Spark Streaming 构建实时数据处理系统
  15. druid + spring 事务 + removeAbandonedTimeout 超时回收导致的问题
  16. 学习笔记之Bokeh
  17. python安装mysql-python1.2.5
  18. Memcached源码分析——连接状态变化分析(drive_machine)
  19. 使用微软T4 template进行代码生成
  20. 20165226 2017-2018-4 《Java程序设计》第8周学习总结

热门文章

  1. 浏览器开发者工具Chrome Developer Tool
  2. BoW(SIFT/SURF/...)+SVM/KNN的OpenCV 实现
  3. Codeforces Round #335 (Div. 2) 606B Testing Robots(模拟)
  4. ObjectARX学习笔记(三十二)----怎样设置AcDbMText对齐方式
  5. iOS面试常见题
  6. 组合式+迭代式+链式 MapReduce
  7. ermissions on /usr/local/mongodb/conf/keyFile are too open
  8. Axure Base 02
  9. 使用Apache Ant合并多个jar
  10. uCos临界区保护