IPhone App how to programmatically detect Scrolling of scrollview?

Up vote 2 down vote favorite share g+ share fb share tw.

Iphone objective-c cocoa-touch iphone-sdk-4.0 uiscrollview link|improve this question asked Jun 25 '11 at 11:51ios755835 69% accept rate.

You are looking for the delegate method: scrollViewDidScroll:(UIScrollView *) In your implementation of that method, you can check the content offset value for the new position. The docs are here: developer.apple.com/library/ios/#documen... Also, if you just want to know the result of the scrolling after it is finished, see this answer for a similar question: How to detect when a UIScrollView has finished scrolling.

You should check UIScrollViewDelegate Protocol Reference.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions