-
YY大神你好,YYText 确实是一个好作品,我在使用过程中遇到一个问题。插入图片后在插入文字 文字会变小。
下面是我插入图片的代码。
![image](https://cloud.githubusercontent.com/assets/16344283/12376897/b39454e8-bd44-11e5-8091-489a92ccfb29.png)
-
hello, i am very glad to use your open source library, but when i wrote the code like following.
``` objc
_titleLabel = [[UILabel alloc] init];
_titleLabel.lineBreakMode = NSLineBreakByCharWrapping;…
-
Is it possible?
-
```
NSMutableAttributedString *text = [NSMutableAttributedString new];
UIFont *font = [UIFont systemFontOfSize:11];
for (int i = 0; i < houseTags.count; i++) {
UIColor *tagStrokeCo…
-
Hi,
I really like this html parser and am using it in my app. However, for the life of me I can't seem to be able to change the font that it displays, only things like italics and bold etc. Changing …
-
`pod install` could not find the `MarkDownToAttributedStringConverterConfiguration` in Swift 2.2. I don't want to use Swift 2.3 or 3. This project is dependent on Swift 2.2 at the moment. We are using…
-
## New issue checklist
- [x] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit)
- [x] I have sea…
-
Hello,
I am looking for an AlertController, which can display a text like this:
http://www2.pic-upload.de/img/31474056/bornscreen.jpg
Headings with bigger font, usual text with smaller font, displa…
-
YYLabel设置attributedText的时候自己计算高度有点奇怪, 多行的时候, 高度计算正常, 单行的时候, 就变得高多了. 这是有什么需要特殊注意的吗?
-
I seem to be having a problem with ASTextNodes cutting off emojis
Using the Swift demo, Xcode 8, iOS 10 and replacing
`node.text = String(format: "[%ld.%ld] says hello!", (indexPath as NSIndexPath).s…
xigtk updated
7 years ago