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

Feature Request: Custom font #16

Closed
MacieKluting opened this issue Apr 23, 2015 · 1 comment
Closed

Feature Request: Custom font #16

MacieKluting opened this issue Apr 23, 2015 · 1 comment

Comments

@MacieKluting
Copy link

I like that I can customize the alert with a custom background color and text color... but I would also like to be able to give it a custom font. Thanks! :)

@cwRichardKim
Copy link
Owner

unfortunately the repo methods get pretty lengthy at that point =/ it's a poor design choice on my side to try to make everything work on one line, but unfortunately that's what we have to work with. If you want to change the fonts yourself, it's really easy to just jump into the code and do so!

You'd want to add it on this line:
-(void)title:(NSString_)title message:(NSString_)message backgroundColor:(UIColor_)backgroundColor textColor:(UIColor_)textColor time:(NSInteger)seconds

just set the font of the titleLabel or messageLabel

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