Open alexliubj opened 8 years ago
HI, When I am using this library and input string "Contact abcd@abcd.com" but only the output is "Contact ". All the string are missing after "contact " and using empty instead. What would be the possible reason?
if (!_displayTextView) { SETextView *displayTextView = [[SETextView alloc] initWithFrame:CGRectZero]; displayTextView.textColor = [UIColor colorWithWhite:0.143 alpha:1.000]; displayTextView.backgroundColor = [UIColor clearColor]; displayTextView.selectable = NO; displayTextView.lineSpacing = kXHTextLineSpacing; displayTextView.font = [[XHMessageBubbleView appearance] font]; displayTextView.showsEditingMenuAutomatically = NO; displayTextView.highlighted = NO; [self addSubview:displayTextView]; _displayTextView = displayTextView; }
Maybe I should disable link or email. How can I configure that ?
HI, When I am using this library and input string "Contact abcd@abcd.com" but only the output is "Contact ". All the string are missing after "contact " and using empty instead. What would be the possible reason?
if (!_displayTextView) { SETextView *displayTextView = [[SETextView alloc] initWithFrame:CGRectZero]; displayTextView.textColor = [UIColor colorWithWhite:0.143 alpha:1.000]; displayTextView.backgroundColor = [UIColor clearColor]; displayTextView.selectable = NO; displayTextView.lineSpacing = kXHTextLineSpacing; displayTextView.font = [[XHMessageBubbleView appearance] font]; displayTextView.showsEditingMenuAutomatically = NO; displayTextView.highlighted = NO; [self addSubview:displayTextView]; _displayTextView = displayTextView; }