You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I added this method to my viewController
{
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?
The text was updated successfully, but these errors were encountered: