Skip to content

Commit 4ba9e4d

Browse files
author
Steve Trease
committed
xCode 9.1 beta 3
1 parent 5c74ad3 commit 4ba9e4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IP Address/ViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSour
4343
cell.textLabel?.text = interfaces[indexPath.row].description
4444
cell.detailTextLabel?.text = interfaces[indexPath.row].address
4545

46+
print ("\(interfaces[indexPath.row].debugDescription)")
47+
4648
return cell
4749
}
4850

0 commit comments

Comments
 (0)