-
Hi,
Is it support nested tags? For example:
` SomeText`
Thanks!
-
Can any one point me to right direction. I want to detect tap on hashtags and add action targets on ASTextNode
-
Hi. I want to implement such thing:
```swift
let highlightedStyle = StyleRegEx(base: style, pattern: patternText) {
$0.font = UIFont.systemFont(ofSize: 18, weight: .bold)
…
-
There is no clear documentation for converting markdown text to attributed string as there is no proper value can be given under Style argument in method attributedStringFromText:Style:
-
I'm converting to version 2 of this library and I just wanted to make sure you removed MarkupString ? What's the recommend upgrade path in that case?
-
Hi, is there a way to detect a click on the normal string rather than the tag?
For example when click on the "BROOKS WOMEN'S RICOCHET Products shown:" and "abcd efg hj" in the screen shot. The onCl…
-
Hey, I'm using the markdown text view inside a tableview cell.
The list view and list view item views don't have any sort of constraints or pinning, so in a cell are squashed to the nib height rather…
-
yy_strikethroughStyle失效,不知道怎么解决
```
NSMutableAttributedString *text2 = [NSMutableAttributedString new];
{
NSMutableAttributedString *one = [[NSMutableAttributedString alloc] initWithS…
-
代码供参考:
方法1:
@objc private func titleLabelClick(_ tapGes : UITapGestureRecognizer)中:
if style.isShowBottomLine {
UIView.animate(withDuration: 0.25, animations: {
…
-
请教,如何实现多行输入时,每一行有不同的对齐方式,比如第一行居中,第二行居左,第三居右等