Dias
Dias
@kumold Добрый день, у нас подобная проблема, вы нашли решение?
 
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