Skip to content

[Feature] Exposing the underlying UIScrollView. #57

Description

@royhsu

There are tons of configurable properties under the scroll view.
Delegating them seems a little overhead.

Solution

let layout = collectionView.layout? as? ListViewLayout

let scrollView = layout?.uiScrollView

scrollView?.alwaysBounceVertical = false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions