pec1985 / TiSMSView

Expandable Text Area Module - iOS - Titanium
Other
60 stars 18 forks source link

maxLines overflow #26

Closed sindresorhus closed 12 years ago

sindresorhus commented 12 years ago

If I specify maxLines: 5 or higher in the textArea it will expand beyond it's view when in landscape orientation on iPhone. Make sure min-maxLines never go higher than the navBar.

overflow example

pec1985 commented 12 years ago

The programmer should be smart enough to set the max-lines to a reasonable number. Play with the max-lines number and set one that you're happy with, otherwise this feature should be removed.

Close.