VKScrollViewContainer Class Reference
Inherits from | UIScrollView |
---|---|
Conforms to | UIScrollViewDelegate |
Declared in | VKScrollViewContainer.h |
Overview
VKScrollViewContainer is a container that helps VKPlayerController object zoom & scroll anywhere in video frame
– updateForRotationChange
This is the method to reset scrollview zoom level when the device’s screen is rotated.
- (void)updateForRotationChange
Declared In
VKScrollViewContainer.h
zoomView
A view that scrollview is zooming
@property (nonatomic, assign) UIView *zoomView
Declared In
VKScrollViewContainer.h
fillScreen
A control property, and When it’s set to YES, scrollView sets its some states to fill the given rect. Default is NO
@property (nonatomic, assign) BOOL fillScreen
Declared In
VKScrollViewContainer.h
disableCenterViewNow
A control property to disable centering zoom view when its value is set to YES.
@property (nonatomic, assign) BOOL disableCenterViewNow
Declared In
VKScrollViewContainer.h