outletsanddata
@IBOutlet weak var firstTable: UITableView! | |
@IBOutlet weak var secondTable: UITableView! | |
let firstData = [1,2,3,4,5,6,7,8,9] | |
let secondData = ["one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment