We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
各位好,
我跟着这个项目练习,在做到ThemeViewController这一部份时,项目本来的效果是导航透明的,但我做出来之后,却是导航只是一个白底,像这样:
仔细对照了原项目,但却找不到问题在哪里。
在代码中,我发现有两个地方可以控制导航透明的问题,一个是在viewDidLoad这个方法中,一个是func scrollViewDidScroll(scrollView: UIScrollView),我仔细对照过,也没有发现问题。
viewDidLoad
func scrollViewDidScroll(scrollView: UIScrollView)
而在主视图中,导航显示正是正常的:
还麻烦大家帮我看看是什么原因。
代码在这里:
http://t.cn/RGVZqoC
The text was updated successfully, but these errors were encountered:
No branches or pull requests
各位好,
我跟着这个项目练习,在做到ThemeViewController这一部份时,项目本来的效果是导航透明的,但我做出来之后,却是导航只是一个白底,像这样:
仔细对照了原项目,但却找不到问题在哪里。
在代码中,我发现有两个地方可以控制导航透明的问题,一个是在
viewDidLoad
这个方法中,一个是func scrollViewDidScroll(scrollView: UIScrollView)
,我仔细对照过,也没有发现问题。而在主视图中,导航显示正是正常的:
还麻烦大家帮我看看是什么原因。
代码在这里:
http://t.cn/RGVZqoC
The text was updated successfully, but these errors were encountered: