TextView General

TextView is the same as TextField apart from TextView allowing multi-line editing.  A TextView’s Return key enters the newline character whereas a TextField’s return key dispatches the delegate method ‘textFieldShouldReturn’. (more…)