Saturday, September 14, 2013

CustomScrollBarDelegate


CustomScrollBarDelegate.h


@protocol CustomScrollBarDelegate

@required
- (void)touchesEndedScroll:(NSSet *)touches withEvent:(UIEvent *)event;
- (void)touchesBeganScroll:(NSSet *)touches withEvent:(UIEvent *)event;
- (void)touchesMovedScroll:(NSSet *)touches withEvent:(UIEvent *)event;

@optional

@end

No comments:

Post a Comment