[ad_1]
This should be about right:
func tableView(tableView: UITableView, indexPath: NSIndexPath) {
let cell = tableView.cellForRowAtIndexPath(indexPath);
let cellText = cell.textLabel.text;
}
4
[ad_2]
solved TableViewCell in Swift?
[ad_1]
This should be about right:
func tableView(tableView: UITableView, indexPath: NSIndexPath) {
let cell = tableView.cellForRowAtIndexPath(indexPath);
let cellText = cell.textLabel.text;
}
4
[ad_2]
solved TableViewCell in Swift?