Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

crash in iOS 8 #31

Open
benyu opened this issue May 22, 2015 · 2 comments
Open

crash in iOS 8 #31

benyu opened this issue May 22, 2015 · 2 comments

Comments

@benyu
Copy link

benyu commented May 22, 2015

_textView = [[SAMTextView alloc] init];
_textView.translatesAutoresizingMaskIntoConstraints = NO;
_textView.backgroundColor = [UIColor lightTextColor];
_textView.editable = YES;
_textView.placeholder = @"What happened?";

@benyu
Copy link
Author

benyu commented May 22, 2015

It seems crashed in all versions!
Because i have not set FONT attribute.

@soffes
Copy link
Owner

soffes commented May 22, 2015

Oh good find. Can you send a PR with a fix?

rounak added a commit to rounak/SAMTextView that referenced this issue Jun 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants