Declared in UIScrollView+Positioning.h
UIScrollView+Positioning.m

Overview

Additional functionality dealing with UIScrollView positioning.

Tasks

Properties

contentHeight

Returns the content height of a scroll-view.

@property (nonatomic, assign) CGFloat contentHeight

Declared In

UIScrollView+Positioning.h

contentWidth

Returns the content width of a scroll-view.

@property (nonatomic, assign) CGFloat contentWidth

Declared In

UIScrollView+Positioning.h

contentXOffset

Returns the content x offset of a scroll-view.

@property (nonatomic, assign) CGFloat contentXOffset

Declared In

UIScrollView+Positioning.h

contentYOffset

Returns the content y offset of a scroll-view.

@property (nonatomic, assign) CGFloat contentYOffset

Declared In

UIScrollView+Positioning.h