nextcloud / talk-ios

📱😀 Video & audio calls through Nextcloud on iOS
GNU General Public License v3.0
147 stars 87 forks source link

Use UITextView to calculate the message height #1624

Closed SystemKeeper closed 4 months ago

SystemKeeper commented 4 months ago

We discovered some height calculation issues depending on font size, text and used iOS device.

We also tried to move back to

let boundingRect = messageString.boundingRect(with: container.size, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)

But this did also not work properly and sometimes text was missing from the text.