Is there any way to make a paged ScrollView in SwiftUI?

前端 未结 7 1332
轻奢々
轻奢々 2021-02-03 15:02

I\'ve been looking through the docs with each beta but haven\'t seen a way to make a traditional paged ScrollView. I\'m not familiar with AppKit so I am wondering if this doesn\

7条回答
  •  灰色年华
    2021-02-03 15:11

    If you would like to exploit the new PageTabViewStyle of TabView, but you need a vertical paged scroll view, you can make use of effect modifiers like .rotationEffect().

    Using this method I wrote a library called VerticalTabView

提交回复
热议问题