大标题UINavigationbar底线在滚动时闪烁 [英] Large title UINavigationbar bottom line flickers on scroll

查看:63
本文介绍了大标题UINavigationbar底线在滚动时闪烁的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个带有tableview的视图控制器.下拉表格视图时,导航栏将按预期展开,但底部的发际线会闪烁.有人遇到过这个问题吗?

I have a view controller with a tableview in it. Pulling down on the tableview expands the navigationbar as expected but the bottom hair line flickers. Has anyone faced this problem before?

推荐答案

如果您正在使用情节提要并且具有嵌入式UINavigationController,则只需从属性检查器中取消选中 Translucent 属性即可.

If you are using storyboard and have a embedded UINavigationController then just un-check Translucent property from attribute inspector.

self.navigationController?.navigationBar.isTranslucent = false

这篇关于大标题UINavigationbar底线在滚动时闪烁的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆