Currently, I put textview in the cell and change the size of the cell according to the amount of characters, but I want to be able to see characters like twitter when typing using the keyboard, but when the characters reach the keyboard, they hide behind the keyboard.I looked into various things, but I didn't understand.I would appreciate it if you could let me know.
swift
Is it possible to fix the maximum cell size?
For example, setting the constraints for the height of the UITextView to
200 or less.
It may depend on how you change the height of the cell.
© 2024 OneMinuteCode. All rights reserved.