Menu

Showing posts with label multilinetextview. Show all posts
Showing posts with label multilinetextview. Show all posts

UITextView in iOS

What is UITextView

  • When we required to enter multiline(more than one line using enter key) content then recommend to use UITextView.
  • UITextView does not having border style property. so we required to make customized border.
  • When we are working with UITextView then we require to handle UITextViewDelegate methods.
  • When we are working with UITextView then return button doesn’t having default action. so programatically we required to handle return button action.
UITextView
For More Information Please Visit


Related Posts Plugin for WordPress, Blogger...