How do you create a multi-line text inside a ScrollView in SwiftUI?

后端 未结 4 2065
暖寄归人
暖寄归人 2020-11-30 02:12

Since List doesn\'t look like its configurable to remove the row dividers at the moment, I\'m using a ScrollView with a VStack inside

4条回答
  •  执笔经年
    2020-11-30 02:45

    The following works for me with Beta 3 - no spacer, no width constraint, flexible height constraint

提交回复
热议问题