Serhii Stavytskyi

Results 13 comments of Serhii Stavytskyi

@diegoreymendez is css styles support now? I tried, but not working.

@Hira-shrestha intrinsicContentSize.height return's wrong height for me, for example if i have 8 tags and 21 taglistview height, and some margins, then I get 196

@anti-transmission When I first load tableview with tags, I have 8 tags in cell and 21 taglistview height, displays as two rows, but intrinsicContentSize.height returns (8*21) + margins = 196....

``` if appeal.labels.count > 0 { lastMessageLabel.snp.removeConstraints() lastMessageLabel.snp.makeConstraints { (make) in make.top.equalTo(subjectLabel.snp.bottom).offset(3) make.left.equalToSuperview().offset(43) make.bottom.equalTo(tagListView.snp.top).offset(-7) } tagListView.snp.removeConstraints() tagListView.snp.makeConstraints { (make) in make.height.equalTo(tagListView.intrinsicContentSize.height) make.left.equalToSuperview().offset(44) make.right.equalToSuperview().offset(-16) make.bottom.equalToSuperview().offset(-17) } tagListView.isHidden = false } ```...

************ Sent with GitHawk

@anti-transmission some news?

Looks like this repository is abandoned. There was a cocoapods fork, but it also removed for now. :( I think we need to fork this repo to fix some bugs...

@jocelina I think you can use https://github.com/ccrama/Alerts-Pickers is has cocoapods option.