question related to UITextView
Posted
by user177893
on Stack Overflow
See other posts from Stack Overflow
or by user177893
Published on 2010-04-20T06:26:18Z
Indexed on
2010/04/20
7:13 UTC
Read the original article
Hit count: 218
iphone
I have n number of UITextview and that are added to UIScrollview.and uiscrollview is added to self.view.Now,I want that
1>If user enter text in first UITextview ,then as lenth increase os UITextview ,another UITextviews which are below it also reinitialize and maintain properly according to the size of first UITextView.inshort another UITextviews go more below then it was.
2>It should work in any of the case ,wether user presses return key after entering text into UITextView or may be not till end
© Stack Overflow or respective owner