I have implemented IQKeyboardManagerSwift
to float UITextField
, but for UITextView
I am not sure how to do this. Is there any pod available for UITextView
in Swift iOS?
I am looking for textview should not hide behind keyboard and textview should float above keyboard
My textview is in tableview cell.
I have added IQKeyboardManager.shared.enable = true
in apdelegate