Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bbc6bae9/scrollableview

ScrollableView for SwiftUI
https://github.com/bbc6bae9/scrollableview

Last synced: 28 days ago
JSON representation

ScrollableView for SwiftUI

Awesome Lists containing this project

README

        

# ScrollableView
ScrollableView for SwiftUI

```Swift
ScrollableView(self.$contentOffset, animationDuration: 1) {
// ...
}

self.contentOffset = CGPoint(x: 0, y: targetOffset)
```