views:

56

answers:

1

I think have decent experience working with iPhone development. as much I know.. I did set up the delegate.. I have from top to botton UIView --> UIScrollView--> UITextView

I tried everything... to get the event scrollView to fire the scrollViewDidScroll event.

is anything wrong with the structure.. there not much of the code to post here. what I am trying to do is.. do something when UITextView is scrolled.

A: 

It's hard to say without some code or a screenshot. Is the scroll view actually scrolling? If you set it up in Interface Builder, did you change the size of the scroll view's contentSize in code so that it can actually scroll? Maybe the text view is eating the scroll events; did you try setting the text view's delegate to see if it's firing a scrollViewDidScroll event?

trevorsm