-
_Help avoid duplicate issue reports, check [existing issues](https://github.com/QuickBlox/quickblox-ios-sdk/issues)_
**Environment details**
_iOS version, Quickblox iOS SDK version, QuickbloxWebRTC S…
-
```
NSMutableAttributedString* contentAttributed = [[NSMutableAttributedString alloc] initWithString:@"default stringas"];
contentAttributed.yy_font = [UIFont systemFontOfSize:16];
contentAttributed.y…
-
我通过YYTextLayout计算文字布局,但是当文字里面只有emoji的时候上下有一些空白,不普通文字要高,导致整个排版不是很美观
-
有如下Code:
`
NSMutableAttributedString *attributedText = [[NSMutableAttributedString alloc] initWithString:@"It's so huge that I split it into several independent components: YYModel — High performance …
devSC updated
8 years ago
-
Hi @YuAo ... If i will select a Emoticons in in keyboard, I want to show that in TextView... How can I show that? Now its showing only text of the selected emoticons
-
I use the following code:
`TTAttributedLabel *label = [[TTTAttributedLabel alloc] initWithFrame:frame];`
`label.adjustsFontSizeToFitWidth = YES;`
`label.minimumScaleFactor = 0.1;`
`label.attributedT…
-
在使用YYTextView动态添加图片时,在当弹出键盘的情况下,添加图片,会出现YYTextView中的内容被全选的情况,这个我在YYTextView中也没有找到相关属性可以关掉,请问要如何关闭这个效果呢,谢谢
-
Hello!
I'm really excited by the possibilities of CocoaMarkdown, especially with an image support PR in progress! I'm trying to integrate it into a project I'm working on, but I'm having trouble gett…
-
两种设置阴影的方式
1.
``` objective-c
label.text = model.content;
label.shadowOffset = CGSizeMake(1, 1);
label.shadowBlurRadius = 8;
label.shadowColor = [UIColor blackColor];
```
2.
``` objective-c…
-
Hello very body here
I want add Label in Messages
how can I add it ?
override func collectionView(collectionView: UICollectionView, cellForItemAtIndexPath indexPath: NSIndexPath) -> UICollectionV…