UIScrollView$Methods extension
- on
Properties
- adjustedContentInset → UIEdgeInsets
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
adjustedContentInsetno setter - alwaysBounceHorizontal ↔ bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
alwaysBounceHorizontalgetter/setter pair - alwaysBounceVertical ↔ bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
alwaysBounceVerticalgetter/setter pair - automaticallyAdjustsScrollIndicatorInsets ↔ bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
automaticallyAdjustsScrollIndicatorInsetsgetter/setter pair - bounces ↔ bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
bouncesgetter/setter pair - bouncesZoom ↔ bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
bouncesZoomgetter/setter pair - canCancelContentTouches ↔ bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
canCancelContentTouchesgetter/setter pair - contentInset ↔ UIEdgeInsets
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
contentInsetgetter/setter pair - contentInsetAdjustmentBehavior ↔ UIScrollViewContentInsetAdjustmentBehavior
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
contentInsetAdjustmentBehaviorgetter/setter pair - contentLayoutGuide → UILayoutGuide
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
contentLayoutGuideno setter - contentOffset ↔ CGPoint
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
The current content offset of this scrollable container. If the scrollable container has abounds
property,bounds.origin
must be equal tocontentOffset
.getter/setter pair - contentSize → CGSize
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
The total size of the content contained by this container. If this size exceeds the size of this container's visible size, then scrolling is possible.no setter - contentSize$1 ← CGSize
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
setContentSize:no getter - coordinateSpace → UICoordinateSpace
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
The coordinate space of the focus items contained in this container. The focus items returned by focusItemsInRect: should report their frames in this coordinate space. If you are implementing this protocol, you may find it convenient to return the UIScreen as your coordinate space, and ensure that your contained items report their frames in screen space. Similarly, you might find that your focus items' containing UIView or UIWindow is the most convenient coordinate space to use. You may also choose to implement your own object that conforms to UICoordinateSpace, if that is the most natural solution for your architecture.no setter - decelerating → bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
isDeceleratingno setter - decelerationRate ↔ double
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
decelerationRategetter/setter pair - delaysContentTouches ↔ bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
delaysContentTouchesgetter/setter pair - delegate ↔ UIScrollViewDelegate?
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
delegategetter/setter pair - directionalLockEnabled ↔ bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
isDirectionalLockEnabledgetter/setter pair - directionalPressGestureRecognizer → UIGestureRecognizer
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
directionalPressGestureRecognizerno setter - dragging → bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
isDraggingno setter - frameLayoutGuide → UILayoutGuide
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
frameLayoutGuideno setter - horizontalScrollIndicatorInsets ↔ UIEdgeInsets
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
horizontalScrollIndicatorInsetsgetter/setter pair - indexDisplayMode ↔ UIScrollViewIndexDisplayMode
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
indexDisplayModegetter/setter pair - indicatorStyle ↔ UIScrollViewIndicatorStyle
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
indicatorStylegetter/setter pair - keyboardDismissMode ↔ UIScrollViewKeyboardDismissMode
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
keyboardDismissModegetter/setter pair - maximumZoomScale ↔ double
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
maximumZoomScalegetter/setter pair - minimumZoomScale ↔ double
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
minimumZoomScalegetter/setter pair - pagingEnabled ↔ bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
isPagingEnabledgetter/setter pair - panGestureRecognizer → UIPanGestureRecognizer
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
panGestureRecognizerno setter - pinchGestureRecognizer → UIPinchGestureRecognizer?
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
pinchGestureRecognizerno setter - refreshControl ↔ UIRefreshControl?
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
refreshControlgetter/setter pair - scrollEnabled ↔ bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
isScrollEnabledgetter/setter pair - scrollIndicatorInsets ↔ UIEdgeInsets
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
scrollIndicatorInsetsgetter/setter pair - scrollsToTop ↔ bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
scrollsToTopgetter/setter pair - showsHorizontalScrollIndicator ↔ bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
showsHorizontalScrollIndicatorgetter/setter pair - showsVerticalScrollIndicator ↔ bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
showsVerticalScrollIndicatorgetter/setter pair - tracking → bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
isTrackingno setter - verticalScrollIndicatorInsets ↔ UIEdgeInsets
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
verticalScrollIndicatorInsetsgetter/setter pair - visibleSize → CGSize
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
The visible size of this scrollable container.no setter - zoomBouncing → bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
isZoomBouncingno setter - zooming → bool
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
isZoomingno setter - zoomScale ↔ double
-
Available on UIScrollView, provided by the UIScrollView$Methods extension
zoomScalegetter/setter pair
Methods
-
adjustedContentInsetDidChange(
) → void -
Available on UIScrollView, provided by the UIScrollView$Methods extension
adjustedContentInsetDidChange -
encodeWithCoder(
NSCoder coder) → void -
Available on UIScrollView, provided by the UIScrollView$Methods extension
encodeWithCoder: -
flashScrollIndicators(
) → void -
Available on UIScrollView, provided by the UIScrollView$Methods extension
flashScrollIndicators -
focusItemsInRect(
CGRect rect) → NSArray -
Available on UIScrollView, provided by the UIScrollView$Methods extension
Returns an array of all focus items within this container that intersect with the provided rect.rect
is expressed incoordinateSpace
. -
initWithCoder(
NSCoder coder) → UIScrollView? -
Available on UIScrollView, provided by the UIScrollView$Methods extension
initWithCoder: -
initWithFrame(
CGRect frame) → UIScrollView -
Available on UIScrollView, provided by the UIScrollView$Methods extension
initWithFrame: -
scrollRectToVisible(
CGRect rect, {required bool animated}) → void -
Available on UIScrollView, provided by the UIScrollView$Methods extension
scrollRectToVisible:animated: -
setContentOffset(
CGPoint contentOffset$1, {required bool animated}) → void -
Available on UIScrollView, provided by the UIScrollView$Methods extension
setContentOffset:animated: -
setZoomScale(
double scale, {required bool animated}) → void -
Available on UIScrollView, provided by the UIScrollView$Methods extension
setZoomScale:animated: -
touchesShouldBegin(
NSSet touches, {UIEvent? withEvent, required UIView inContentView}) → bool -
Available on UIScrollView, provided by the UIScrollView$Methods extension
touchesShouldBegin:withEvent:inContentView: -
touchesShouldCancelInContentView(
UIView view) → bool -
Available on UIScrollView, provided by the UIScrollView$Methods extension
touchesShouldCancelInContentView: -
zoomToRect(
CGRect rect, {required bool animated}) → void -
Available on UIScrollView, provided by the UIScrollView$Methods extension
zoomToRect:animated: