-
> Please fill out this template when filing an issue.
> All ℹ symbols should be replaced with information on the issue.
> Please remove this line and all above before submitting.
# Report
Will i…
-
## New issue checklist
- [x] I have read all of the [`README`](https://github.com/jessesquires/JSQMessagesViewController/blob/develop/README.md), [documentation](http://cocoadocs.org/docsets/JSQMess…
-
Is it possible to have full HTML support in this ? I have a label in which I had set attributedText with NSAttributedString which consorting all data with html tags.I need Hash tag detection implement…
-
environment:
````
xcode 8.2.1
>= ios7
asyncdisplaykit 2.1
````
hello,I have some problems, I set up the layout for a picture. Can be found at the time of the first screen are all OK. But when I …
-
1. 先设置 _priceLabel.isAttributedContent = YES ;
2. 布局完成后,设置 [_priceLabel setMaxNumberOfLinesToShow:1]; 2行就没事 1行就有问题了
3. 设置 _priceLabel.attributedText = attributedPriceString;
经过以上3步,会使 label 位置向上移…
-
When using DTAttributedTextContentView, DTDefaultLineHeightMultiplier is ignored.
```
let options = [DTDefaultLineHeightMultiplier: 50] as [String: Any]
let builder = DTHTMLAttributedStringBuilder(ht…
-
```
DTCSSStylesheet* style = [[DTCSSStylesheet alloc] initWithStyleBlock:@"\
emphasis { \
text-transform: uppercase; \
…
-
I declare add-in in existed example
`self.photoDescriptionLabel.attributedText = photoModel.attrStringForDescription(withSize: Constants.CellLayout.FontSize)
self.photoDescriptionLabel.…
-
AsyncDisplayKit version - '1.9.90'
'1.9.81' works fine.
Hi, can you help me with it? I have a ASTableNode on ViewController (not AS). For example i have 5 section with random number of rows, and if …
-
import UIKit
class BarrageViewController: UIViewController {
let renderer = BarrageRenderer.init()
var timer: Timer?
override func viewDidLoad() {
super.viewDidLoad()
…