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 tried setting an nsatttributed string and it crashes straightaway...
The text was updated successfully, but these errors were encountered:
is this project still be maintained by anyone?
Sorry, something went wrong.
Have you fixed this bug? It crashes on iOS5 but ok with iOS6.
It crashed when i m using UIFont to set the attribute, as I change to the following code, it works fine.
UIFont *font = [UIFont systemFontOfSize:14]; CTFontRef ctFont = CTFontCreateWithName((CFStringRef) font.fontName, font.pointSize, NULL); NSDictionary *atrFont = [NSDictionary dictionaryWithObject:(id)ctFont forKey:(NSString *)kCTFontAttributeName]; [self.egoTextView setAttributedString:[[NSAttributedString alloc] initWithString:@"test" attributes:atrFont]];
No branches or pull requests
I tried setting an nsatttributed string and it crashes straightaway...
The text was updated successfully, but these errors were encountered: