YYText icon indicating copy to clipboard operation
YYText copied to clipboard

Powerful text framework for iOS to display and edit rich text.

Results 157 YYText issues
Sort by recently updated
recently updated
newest added

使用YYTextView无法改变光标颜色,设置了tintColor后还是蓝色 所以需要修改的是内部输入类的颜色? 有没有什么办法可以改变颜色?

我点击第一个cell视图上滚了 我想只有键盘遮挡住cell的UITextField才上滚

/// Update placeholder immediately. - (void)_updatePlaceholder { CGRect frame = CGRectZero; _placeHolderView.image = nil; _placeHolderView.frame = frame; if (_placeholderAttributedText.length > 0) { YYTextContainer *container = _innerContainer.copy; container.size = self.bounds.size; container.truncationType...

placeholder 怎样从靠右边显示

希望可以尽快适配ios11系统,ios11系统中yytextview不显示文字

An instance 0x167d5fc0 of class UIInputSetHostView was deallocated while key value observers were still registered with it. Current observation info: ( )

iOS10.3.1上复现的; 为了解决富文本中含有的emoji导致行高不一致,我使用了 ``` let modifier = YYTextLinePositionSimpleModifier() modifier.fixedLineHeight = ceil(FS2.lineHeight) let container = YYTextContainer() container.size = CGSize(width: attributedTextMaxWidth, height: CGFloat.greatestFiniteMagnitude) container.linePositionModifier = modifier container.insets = UIEdgeInsets.zero if let attrText =...

swift中引用yytextview,实现textViewDidChange协议方法,当做出输入限制判断,用self.view.endEdit(true)落下键盘,会引发崩溃,原因是内部有个动画方法找不到