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.
2 parents f4ff09c + 1e5f7f0 commit 14ffad4Copy full SHA for 14ffad4
Example/NotesExample-iOS/MasterViewController.swift
@@ -50,9 +50,9 @@ extension MasterViewController {
50
51
if indexPath.section == 0 {
52
if indexPath.row == 0 {
53
- cell.detailTextLabel?.text = "\(noteBox.count)"
+ cell.detailTextLabel?.text = "\(noteBox.count())"
54
} else if indexPath.row == 1 {
55
- cell.detailTextLabel?.text = "\(authorBox.count)"
+ cell.detailTextLabel?.text = "\(authorBox.count())"
56
}
57
58
0 commit comments