views:

28

answers:

1

hi ,this is lak i am having problem with my text view,i selected text view to display content and this text should not changed by user.. but my text view is allowing me to edit text on toit how can i disable this one...

A: 

Hello:)

[textView setEditable:NO];

Will make the textView read-only.

RickiG
how do i limit no of characters in a label..
ven in Iphone world