What is the `some` keyword in Swift(UI)?

后端 未结 11 644
庸人自扰
庸人自扰 2020-12-04 04:54

The new SwiftUI tutorial has the following code:

struct ContentView: View {
    var body: some View {
        Text(         


        
11条回答
提交回复
热议问题