-
Notifications
You must be signed in to change notification settings - Fork 143
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
Setting Banner Height #66
Comments
The banner sizes itself to the content, with regards to its subviews. You could try reducing the font size... |
How does one adjust the font size? |
You can set the font on either the |
banner.titleLabel.font.pointSize is a get only property? |
It's a regular |
Ah, banner.titleLabel.font = UIFont.systemFontOfSize(12) is the correct way. Thanks! |
Is there any way to control the padding around the labels a bit? Specifically the top padding. I am only using one label item (currently Title) and would like to make the banner height a bit smaller so that it fits exactly on top of my navigation bar and doesn't extend past it. |
I am facing same issue :D
|
Is there a way to adjust the height of the banner so it doesn't go beyond the Nav Bar ?
The text was updated successfully, but these errors were encountered: