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

changing font size doesn't change size of balloon #17

Open
roiholtzman opened this issue Jul 14, 2014 · 0 comments
Open

changing font size doesn't change size of balloon #17

roiholtzman opened this issue Jul 14, 2014 · 0 comments

Comments

@roiholtzman
Copy link

I added this method to my viewController

  • (UIFont *)messageFont
    {
    return [UIFont fontWithName:@"HelveticaNeue-Light" size:14];
    }

Changing the font size which is in default 12 to 14. But then, the text of messages didn't fit to the size of the balloon anymore.
Should I do anything else in order to change the font size?

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

1 participant