We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm use the same Code,But the charaster display error?
UILabel *label = [...] label.font = [UIFont iconFontWithSize:16]; label.text = [NSString iconStringForEnum:FUIHeart];
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
how to use ttf ?ttf source file in FlatUI not in main project?
Check out this blog post: http://codewithchris.com/common-mistakes-with-adding-custom-fonts-to-your-ios-app/
Check that all of those steps have been fulfilled first
tks,it's OK now
No branches or pull requests
I'm use the same Code,But the charaster display error?
import "NSString+Icons.h"
UILabel *label = [...]
label.font = [UIFont iconFontWithSize:16];
label.text = [NSString iconStringForEnum:FUIHeart];
The text was updated successfully, but these errors were encountered: