We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c74ad3 commit 4ba9e4dCopy full SHA for 4ba9e4d
IP Address/ViewController.swift
@@ -43,6 +43,8 @@ class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSour
43
cell.textLabel?.text = interfaces[indexPath.row].description
44
cell.detailTextLabel?.text = interfaces[indexPath.row].address
45
46
+ print ("\(interfaces[indexPath.row].debugDescription)")
47
+
48
return cell
49
}
50
0 commit comments