Declared in UIScrollview+TKCategory.h
UIScrollview+TKCategory.m

Overview

Additional functionality for UIScrollView.

Properties

contentOffsetFromEnd

States the content offset from the end of the scroll view.

@property (nonatomic, assign, readonly) CGPoint contentOffsetFromEnd

Declared In

UIScrollview+TKCategory.h

currentHorizontalPage

Current horizontally scrolled page.

@property (nonatomic, readonly) NSInteger currentHorizontalPage

Declared In

UIScrollview+TKCategory.h

currentVerticalPage

Current vertical scrolled page.

@property (nonatomic, readonly) NSInteger currentVerticalPage

Declared In

UIScrollview+TKCategory.h

Instance Methods

scrollToTop

Sets the content offset of the scrollview to zero (0,0).

- (void)scrollToTop

Declared In

UIScrollview+TKCategory.h