@Chayde31, if I write the this " var datas = [ MyModel(name: "david"),
MyModel(name: "marry"),)" model data above the struct MyView: View { } , , it work, but now it is not work, because I have model in other location
@Chayde31, if I write the this " var datas = [ MyModel(name: "david"),
MyModel(name: "marry"),)" model data above the struct MyView: View { } , , it work, but now it is not work, because I have model in other location