Your question is not very clear.
Do you want to print (where ?) or do you want to display the matrix on screen in a Label, TextField, TextView ?
To print in log, simply do:
for x in xo {
print(x)
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: