Display SwiftUI view only if it has enough space

后端 未结 0 1977
南方客
南方客 2021-02-13 05:06

Here is the contents of my view:

HStack {
    Banner(items: items)
        .layoutPriority(100)
                
    OptionalView()
}

I want to o

相关标签:
回答
  • 消灭零回复
提交回复
热议问题