-
I love this pod, but unfortunately I cannot get it to work with attributed strings. :(
This is what i want to do:
FXLabel *myLabel = [[FXLabel alloc] init];
UIFont *fnt = [UIFont fontWithName:@"Helve…
-
_From @logicsb on January 30, 2016 20:35_
Hi, the ASEditableTextNode component is eating emojis in the first line when using custom font styles
```
// style of the attributedText
class func feedPost…
-
### Description
In IOS the TextInput component does not update properly the style when copy and pasted string is bigger then `maxLength`, issue does not happen on Android. In the minimal reproducible…
-
Hi,
In iOS 8, hitting enter (return) in a bullet list at the bottom of the text does not scroll properly to the bottom of the text view (i.e. to self.selectedRange) but instead scrolls from the top o…
-
需求:用户输入的文字就是行距为10,颜色为橙色的富文本
1.如果我事先设置YYTextView的attributedText为行距为10,颜色为橙色的富文本,后期输入的文字就是正确的。
2.如果我事先不设置,输入的文字就是普通的文字,达不到需求
-
It is important to hide the text field behind a public API. This enables to switch technologies behind the SHSearchBar without affecting users of the framework.
Here it is important to offer all th…
-
I have reported before ([link](https://github.com/facebook/react-native/issues/28335)) but no response and issue has been closed.
Description:
Hi there! I have just found a bug on iOS multiple T…
-
不知道你有没有对ASTextNode中的attributedText添加图片,,URL,高亮名称等问题做过研究?我在用ASTextNode遇到了无法实现的难题,如:不管是设置highlightStyle还是添加linkAttributeNames,都无法触发ASTextNode的delegate方法tappedLinkAttribute。在研究中发现必须赋值highlightedAttribute…
-
I tried to make the simplest editor I could, but instead stayed debugging for half a day why it was crashing.
I was initializing the editor this way (which didn't seem like an issue):
```dart
…
-
Hi there, thanks for this awesome library. Unfortunately I'm facing a wired issue. When I'm using the attributed label filled with a link followed emoji (e.g. Peter 🙈) with this NSRangeException. The …