ios - UIScrollView Delegate Method Is Not Firing -


i have added scrollview subview , confirm delegate.

contentview = [[uiscrollview alloc] initwithframe:cgrectmake(0.0, 0.0, frame.size.width, frame.size.height)]; contentview.showshorizontalscrollindicator = no; contentview.showsverticalscrollindicator = no; contentview.delegate = self; [self addsubview:contentview]; 

all working fine. when scroll fast , rapidly, delegate methods not fired.

scrollviewdidenddecelerating: scrollviewdidendscrollinganimation: scrollviewdidenddragging:willdecelerate: 

don't know why happening?


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -