Skip to content
New issue

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

在storyboard的static cell类型的UITableViewController上,出现fakebar 添加无效的问题 #32

Open
badaozhenjun opened this issue Apr 9, 2019 · 3 comments
Labels

Comments

@badaozhenjun
Copy link

目前本人使用ContainerView包裹UITableView来使用Static Cell类型的UITableviewController才正常。
经过分析是在UITabelView上添加子视图会导致子视图处于UITableView的ContentView之中导致fakebar因为位置问题或者其他问题无法正常显示,从而切换的时候只看到当前的bar消失了的bug

@yiplee
Copy link
Owner

yiplee commented Apr 11, 2019

fake bar 加在 UIScrollview 上的确有可能出问题,之前修复过一次。你现在用的是什么版本?

@badaozhenjun
Copy link
Author

之前直接 pod 'YPNavigationBarTransition', '~> 2.0',然后我现在是直接在github上界面上下载的 然后拖动到我的项目里 应该算是最新的吧

@yiplee yiplee added the bug label Apr 11, 2019
@yiplee
Copy link
Owner

yiplee commented Apr 11, 2019

UITableViewController 的问题我抽时间看看,demo 和我自己的项目里面我都没有直接使用 UITableViewController,漏掉了它的问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants