iPhone Development: Resign or dismiss keyboard when return key pressed in UITextView

UITextview is a common UI(User interface) control used in iPhone app development as it allows user to write down long content. One of the most common problem faced by iPhone app developers is to dismiss the keyboard when user press return key on keyboard. All developers are familiar with resignFirstResponder method to dismiss keyboard. But […]

iPhone Development: Resign or dismiss keyboard when return key pressed in UITextView Read More »