I have a ViewController specifically for making a comment, it opens when "Comment" button is pressed in MainVC and only contains a UITextView.
User has to click on the UITextView for the keyboard to appear to start typing.
Is it possible to make the UITextView selected by default when entering the view?