let rootViewController = tableViewController([1,2,3]) { cell, num in
cell.textLabel?.text = "Cell \(num)"
}
Read more on objc.io
let rootViewController = tableViewController([1,2,3]) { cell, num in
cell.textLabel?.text = "Cell \(num)"
}
Read more on objc.io