user interface - iOS what element is most suitable for large texts eg text view -


i wonder ui element should use large sets of text. eg between 200 - 1000 characters.

i place text inside scrollview doesn't have ve scrollable or editable etc, want display text.

so should use between label / text view / text field?

thanks in advance.

text views texts varying lengths, have scroll view of own. may consider using normal uilabel , setting "lines" property 0. know sounds strange, setting 0 tells label multi-line label. can use auto layout establish width of uilabel. grow down based on amount of text in it. text fields inappropriate displaying texts in cases; better user input.


Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -