-
When i return NO in shouldChangeTextInRange and textview reached to its maximum height than the scrolling of textview become disabled and it scrolls to top and get stucked. When i NSLog the textView.i…
-
The code is :
let markdownString = ""
Colons can be used to align columns.
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned …
-
Hello, I wanted to know if there's a delegate to detect on copy ? i wanted to debug to check why the image isn't copied
Thanks
-
Currently there is an error when you try to use `.init()` syntax for builder. The following error message is occurred: `Expression type 'NSAttributedString' is ambiguous without more context`
It's…
-
Current version is not working with iOS7, the view is showed up behind navigation bar, not the bottom
and I see the following depreciation message
`/UILabel+WBExtensions.m:40:37: 'sizeWithFont:forWidt…
-
Hi 👋
I'm using Texture version 3.0.0.
Sample code:
```
let textNode = ASTextNode()
textNode.maximumNumberOfLines = 1
textNode.truncationMode = .byTruncatingTail
textNode.attributedText = NS…
-
The `TextEditor` View doesn't support `AttributedText` so it's not possible to style typed string based on markdown, which might be useful to make the design more user friendly (e.g. making text typed…
kuko6 updated
2 years ago
-
After using the XCode 11 compiler, the `.systemFont` started having incorrect cases of font app wide for us. After looking deeper into the problem, I found that every time you use the `.paragraphStyle…
-
YYTextView 设置(文本比较长)
```
_textView.scrollEnabled = false;
```
之后 ,计算高度
```
CGSize size = CGSizeMake(gScreenWidth - 20, CGFLOAT_MAX);
YYTextLayout *layout = [YYTextLayout layoutWithContainerSiz…
-
Please help prevent duplicate issues before submitting a new one:
* [x] I've searched other open/closed issues for duplicates before opening up this new issue.
# Report
When using mark "> " i…