ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.84k stars 1.67k forks source link

大神 UIAlertController 使用失效了 是怎么回事呢 #979

Open SirSai opened 1 year ago

SirSai commented 1 year ago

[messageAttribute yy_setTextHighlightRange:[msg rangeOfString:redMsg] color:[UIColor colorConvertFromString:@"#999999"] backgroundColor:[UIColor clearColor] tapAction:^(UIView _Nonnull containerView, NSAttributedString _Nonnull text, NSRange range, CGRect rect) { [weakSelf sendOrderGuide]; }]; UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"" message:@"" preferredStyle:UIAlertControllerStyleAlert]; [alert setValue:messageAttribute forKey:@"attributedMessage"];

创建一个 UIAlertController 使用 attributedMessage 给 UIAlertController 设置msg 点击事件无响应