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

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -