Scroll View
Scroll View Attributes Inspector Reference
Appearance
Style
The appearance of the scroll view scroll indicators.
Selection |
Method |
Argument |
---|---|---|
Default |
||
Black |
||
White |
Scroll Indicators and Scrolling
Scrolling Enabled
Whether the user can scroll the scroll view contents.
When scrolling is enabled the user can scroll the scroll view contents.
Selection |
Method |
Argument |
---|---|---|
Unselected |
||
Selected |
Paging Enabled
Whether the scroll view stops at regular intervals as the user scrolls.
When paging is enabled the scroll view stops on multiples of the scroll view bounds as the user scrolls.
Selection |
Method |
Argument |
---|---|---|
Unselected |
||
Selected |
Direction Lock Enabled
Whether the user can scroll in only one cardinal direction at a time.
When direction lock is enabled the user can scroll in only one cardinal direction at a time, vertically or horizontally, except when the user scrolls diagonally.
Selection |
Method |
Argument |
---|---|---|
Unselected |
||
Selected |
Scrollers
Shows Horizontal Scrollers
Whether the scroll view horizontal scroll indicator is visible.
Selection |
Method |
Argument |
---|---|---|
Unselected |
||
Selected |
Shows Vertical Scrollers
Whether the scroll view vertical scroll indicator is visible.
Selection |
Method |
Argument |
---|---|---|
Unselected |
||
Selected |
Scroll Bounce
Bounce
Bounces
Whether the scroll view bounces when the user scrolls past a content edge.
Bounce Horizontally
Whether the scroll view bounces when the user scrolls past a horizontal content edge.
When horizontal bouncing is allowed, the scroll view lets the user scroll horizontally even when the scroll view content does not fill the scroll view bounds horizontally.
Selection |
Method |
Argument |
---|---|---|
Unselected |
||
Selected |
Bounce Vertically
Whether the scroll view bounces when the user scrolls past a vertical content edge.
When vertical bouncing is allowed, the scroll view lets the user scroll vertically even when the scroll view content does not fill the scroll view bounds vertically.
Selection |
Method |
Argument |
---|---|---|
Unselected |
||
Selected |
Zooming
Zoom
Min
The minimum zoom scale factor the user can apply to the scroll view content.
Access: minimumZoomScale
.
Max
The maximum zoom scale factor the user can apply to the scroll view content.
Access: maximumZoomScale
.
Events and Zoom Bounce
Touch
Bounces Zoom
Whether the scroll view bounces when the user zooms past the scroll view minimum or maximum zoom scale factors.
Selection |
Method |
Argument |
---|---|---|
Unselected |
||
Selected |
Delays Content Touches
Whether the scroll view delays the handling of every touch event to determine whether the event is a scrolling event.
Selection |
Method |
Argument |
---|---|---|
Unselected |
||
Selected |
Cancellable Content Touches
Whether the scroll view can convert a touch event into a scroll event to reflect user intent.
When content touches are cancellable, the view can cancel the handling of a touch event and initiate a scroll event when the user drags.
Selection |
Method |
Argument |
---|---|---|
Unselected |
||
Selected |
Copyright © 2014 Apple Inc. All rights reserved. Terms of Use | Privacy Policy | Updated: 2013-12-16