So I have a struct: struct MyStruct { let title: String let selected: Bool } And an array of strings: let myStrings = [ "Apple", "Banana", ...
確定! 回上一頁