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

What if there is navigationBar present? #5

Closed
kyco16 opened this issue Mar 16, 2015 · 1 comment
Closed

What if there is navigationBar present? #5

kyco16 opened this issue Mar 16, 2015 · 1 comment

Comments

@kyco16
Copy link

kyco16 commented Mar 16, 2015

I have a UIViewController inside a UINavigationController as well as UITabBarController. I have 2 UIViews, one being the month name and the other being a weekly view. I obviously have a navBar that contains 3 UIBarButtonItems. How would I go about configuring this flexible height bar to work with the navBar and my two UIViews, which are all set in the storyboard?

@bryankeller
Copy link
Owner

On the view controller that you want to use this, you'd have hide the built in navigation bar and programmatically add a BLKFlexibleHeightBar.

If you absolutely need the built in navigation bar with bar button items (rather than a BLKFlexibleHeightBar with subviews), then this solution might not be the best one for your needs.

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

No branches or pull requests

2 participants