diff --git a/Swift Alternate Icons Example.xcodeproj/project.xcworkspace/xcuserdata/haydenwatson.xcuserdatad/UserInterfaceState.xcuserstate b/Swift Alternate Icons Example.xcodeproj/project.xcworkspace/xcuserdata/haydenwatson.xcuserdatad/UserInterfaceState.xcuserstate index 3f19231..e328e8a 100644 Binary files a/Swift Alternate Icons Example.xcodeproj/project.xcworkspace/xcuserdata/haydenwatson.xcuserdatad/UserInterfaceState.xcuserstate and b/Swift Alternate Icons Example.xcodeproj/project.xcworkspace/xcuserdata/haydenwatson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Swift Alternate Icons Example/ViewController.swift b/Swift Alternate Icons Example/ViewController.swift index eb14b16..8c1f647 100644 --- a/Swift Alternate Icons Example/ViewController.swift +++ b/Swift Alternate Icons Example/ViewController.swift @@ -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. } }