It is not possible with UILabel.
You should use UITextView for that. Just disable editing using textFieldShouldBeginEditing delegate method.
It is not possible with UILabel.
You should use UITextView for that. Just disable editing using textFieldShouldBeginEditing delegate method.