You just need to change the return type to 2-D array:
func test() -> [[Any]] {
0
solved How to display Any items? [closed]
You just need to change the return type to 2-D array:
func test() -> [[Any]] {
0
solved How to display Any items? [closed]