Skip to content

Commit

Permalink
Added New Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayden Watson committed Nov 24, 2018
1 parent 235784d commit f1b50a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion Swift Alternate Icons Example/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ViewController: UITableViewController {
tableView.deselectRow(at: indexPath, animated: true)
switch indexPath {
case [0,1]: changeIcon(name: "B") // Change App Icon to B.
case [0,2]: changeIcon(name: "C")
case [0,2]: changeIcon(name: "C") // Change App Icon to C.
default: changeIcon(name: nil) //Set the icon name to nil, it will display its primary icon.
}
}
Expand Down

0 comments on commit f1b50a5

Please sign in to comment.