-
![image](https://cloud.githubusercontent.com/assets/9103749/13666329/efbabcc0-e6eb-11e5-9609-31a487f0625f.png)
在tableview中,有时候显示有时候不显示
![image](https://cloud.githubusercontent.com/assets/9103749/13666…
-
代码如下:
```
NSMutableAttributedString *text = [NSMutableAttributedString new];
UIFont *font = [UIFont systemFontOfSize:14];
NSArray *textArray = @[@"干性皮肤",@"黑眼圈",@"王菲的化妆",@""];…
-
Using _link.color_ doesn't seem to change the color for links. _link.fontName_ works fine
`let md = SwiftyMarkdown(string: "![Screenshot](http://f.cl.ly/items/12332k3f2s0s0C281h2u/swiftymarkdown.png)…
-
When I type the string "【五原素系列】", all the character are not shown.
It would be great to update this.
-
为什么YYLabel创建时指定文本颜色 然后等到了设置文本的时候 前面设置的颜色无效 只能是在设置文本后重新设置文本颜色才有效? 这跟系统的Label不一样。
-
CGContextSetFillColorWithColor: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable
```
Jul 26 15:18:02 BroEx[6115] : CGContextSetFil…
-
Text Attributes 1入口,仅显示Border时
```
NSMutableAttributedString *one = [[NSMutableAttributedString alloc] initWithString:@"Border"];
one.yy_font = [UIFont boldSystemFontOfSize:30];
one.yy_co…
-
我把一个字符串包含回车符\n传入YYlabel, 接下来取出来的self.attributedText.string 或者self.text回车都变成unicode, 我在swift下就变成\u{e2}页不是\n
-
Replicating UITextView.sizeThatFits(:_) with API that can be safely used from a background thread is proving to be more difficult than we thought.
We recently found some issues with cyrillic characte…
-
代码如下(self.contentTextView是YYTextView类型~):
``` objc
NSRange selectedRange = self.contentTextView.selectedRange;
NSMutableAttributedString *text = [self.contentTextView.attributedText mutableCopy];
U…