-
**\* Terminating app due to uncaught exception 'NSRangeException', reason: '**\* -[NSBigMutableString _getBlockStart:end:contentsEnd:forRange:stopAtLineSeparators:]: Range {0, 20} out of bounds; strin…
-
The following is a comparison between cocoa and TTTAttributedLabel, but TTTAttributedLabel don't work!
NSString *text = @"本文为博主原创文章,NSMakeRange本文为博主原创文章,NSMakeRange本文为博主原创文章文为博主原创文文为博主原创文文为博主原创文文为博主…
-
When the text has `[links like this](http://example.com)` everything works fine.
But in the case the text `is just a link: http://example.com` then the link isn't detected, like it would be on GitHub…
-
YYTextLayout无法设置YYTextLinePositionSimpleModifier
-
如果前一个attributedString是斜体的,后一个不是,会出现接下去几个字符位置错位
![1](https://cloud.githubusercontent.com/assets/3383471/14598026/e9b9deb8-0582-11e6-85a9-eeaa3b7aca10.png)
如图,最后一个a是接着输入的,但是位置确漂移了
设置斜体的代码
```
NSNumber…
-
能否只改变高亮文本的颜色?
-
I'm getting a crash trying to set flexBase on a node. this works perfectly in debug mode, but when running on phone with Release Mode it crashes.
I'm using 2.0.2
```swift
override func layoutSpecTh…
-
NSMutableAttributedString如何直接换行呢。
好比我下面2个文本。如何根据2个文本换行。
如果加个\n则计算坐标错误
NSString *fansNumStr = @"123";
NSString *fanTitleStr = @"相册";
NSMutableAttributedString *text = [NSMutableAttribu…
-
The examples of the library only seems to support attributedText, but why I can't set the attributes of the text (like font and color) directly from the Interface Builder, for example?
-
![snip20160516_1](https://cloud.githubusercontent.com/assets/7976210/15282487/2d6702d6-1b76-11e6-8ad6-a51386c9e451.png)
文字莫名其妙的被添加的附件遮住了?