iOS Reference Library Apple Developer
Search

UIAScrollView Class Reference

Inherits from

Overview

This class allows access to and control of the elements of a scroll view.

Tasks

Scrolling

Methods

scrollDown

Scrolls down within the specified scroll view.

(undefined) scrollDown()

scrollLeft

Scrolls left within the specified scroll view.

(undefined) scrollLeft()

scrollRight

Scrolls right within the specified scroll view.

(undefined) scrollRight()

scrollToElementWithName

Scrolls within the specified scroll view until the named element is displayed on the screen.

(UIAElement) scrollToElementWithName(String name)

Parameters
name

The name of the element to scroll to.

scrollToElementWithPredicate

Scrolls within the specified scroll view until the matching element is displayed on the screen.

(UIAElement) scrollToElementWithPredicate(PredicateString predicateString)

Parameters
predicateString

The predicate to define the match criteria.

scrollToElementWithValueForKey

Scrolls within the specified scroll view until the element with the specified value for the specified key is displayed on the screen.

(UIAElement) scrollToElementWithValueForKey(NotTyped value, String key)

Parameters
value

The value for the specified key.

key

The key for the specified value.

scrollUp

Scrolls up within the specified scroll view.

(undefined) scrollUp()




Last updated: 2010-05-27

Did this document help you? Yes It's good, but... Not helpful...