-
Notifications
You must be signed in to change notification settings - Fork 95
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
hidesBottomBarWhenPushed is invalid #6
Comments
hello, I have the same problem, do you have some suggest? thanks |
I use the UItabBar of UIKit |
This controller currently doesn't support hidesBottomBarWhenPushed. If someone could write a patch implementing this I would appreciate it. It is difficult because you need to :
Maybe I will have another shot at this but there is no easy solution. |
It's implemented in fork of the project. It seems it's not difficult. See this commit xuzhe@467ae07 |
There are a couple of things wrong with that implementation. It makes itself the delegate of every UINavigationController added to Secondly, the animation looks wrong. There is a black bar which Feel free to cherry-pick that commit or use that branch though. On 11 September 2011 11:49, Sergei Zaplitny
|
Later commits make animation correct |
Which ones? On 11 September 2011 12:36, Sergei Zaplitny
|
This 5a7e411 I agree, it's not the best solution but it works and it can be useful for many people |
That commit does not address the problem of the black bar as the view On 11 September 2011 12:40, Sergei Zaplitny
|
Hmm I agree people would find it useful. I want to avoid a broken implementation though. I don't know whether to include this yet. |
If one tab bar uses navigationController, the self.hidesBottomBarWhenPushed is invalid when I push a new view controller.
In fact I need to hide the tab bar when I push a new view controller.
The text was updated successfully, but these errors were encountered: