I was wondering how to limit the number of LINES (not characters, as asked in other questions) that the user can enter when editing a UITextField.
Ideally, I would like to limit input to max. 10 lines.
Where do I need to start? Am I doing this using a method? AT
- (BOOL)textViewShouldBeginEditing:(UITextView *)aTextView
iphone cocoa-touch uitextview
n.evermind Mar 07 2018-11-11T00: 00Z
source share