Multi-line TextField (similar to SMS) and / or 'Done' button in UITextView

前端 未结 5 1147
臣服心动
臣服心动 2020-12-09 22:40

I\'ve been researching this for a few days now, and would appreciate a little help. Is there any way to generate a multi-line UITextField like Apple use in the SMS applicati

5条回答
  •  一个人的身影
    2020-12-09 23:26

    • (void)textEditorDidBeginEditing:(TTTextEditor *)textEditor { And

      • (void)textEditorDidEndEditing:(TTTextEditor *)textEditor { might be what you're looking for. Enjoy!

提交回复
热议问题