Dias

Results 7 comments of Dias

@kumold Добрый день, у нас подобная проблема, вы нашли решение?

![simulator screen shot - iphone 5 ios 10 - 2018-11-12 at 13 09 08](https://user-images.githubusercontent.com/31696378/48331953-41daed80-e67c-11e8-8e56-8525c84d98ae.png) ![simulator screen shot - iphone 5 ios 10 - 2018-11-12 at 13 09 11](https://user-images.githubusercontent.com/31696378/48331954-41daed80-e67c-11e8-8dd0-518ebba9e72e.png)

for this values also not working (0.0, 577.6666615804037) vc.surfaceLocation 944.0 minY 519.3333333333334 maxY (0.0, 519.3333333333334)

I tried to change lineSpacing and font of dynamic label ` let attributedString = NSMutableAttributedString(string: cellModel.address) let paragraphStyle = NSMutableParagraphStyle() paragraphStyle.lineSpacing = 4 attributedString.addAttributes([ .paragraphStyle: paragraphStyle, .font: UIFont.medium(24), .foregroundColor: Colors.basicWhite...

@scenee when floatingPanel.surfaceView.frame.height has periodic decimals like 304.666666666666 || 304.(6) or 259.3333333333333 259.(3) it breaks but for complete decimals like 304.6666666666667 works perfectly, I solve it by making my tableView...

@scenee Ok, I try to write demo project soon with this bug example