Interface UIFocusItemScrollableContainer

    • Method Detail

      • contentOffset

        CGPoint contentOffset()
        The current content offset of this scrollable container. If the scrollable container has a `bounds` property, `bounds.origin` must be equal to `contentOffset`.
      • contentSize

        CGSize contentSize()
        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.
      • setContentOffset

        void setContentOffset​(CGPoint value)
        The current content offset of this scrollable container. If the scrollable container has a `bounds` property, `bounds.origin` must be equal to `contentOffset`.
      • visibleSize

        CGSize visibleSize()
        The visible size of this scrollable container.