diff --git a/demoapp-ios-swift/Base.lproj/Main.storyboard b/demoapp-ios-swift/Base.lproj/Main.storyboard index 1e0b791..a392181 100644 --- a/demoapp-ios-swift/Base.lproj/Main.storyboard +++ b/demoapp-ios-swift/Base.lproj/Main.storyboard @@ -131,6 +131,7 @@ + @@ -179,6 +180,34 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -197,6 +226,24 @@ + + + + + + + + + + + + + + + + + + diff --git a/demoapp-ios-swift/MasterViewController.swift b/demoapp-ios-swift/MasterViewController.swift index 44ea68f..f7c363a 100644 --- a/demoapp-ios-swift/MasterViewController.swift +++ b/demoapp-ios-swift/MasterViewController.swift @@ -54,6 +54,8 @@ class MasterViewController: UITableViewController { override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { let row = indexPath.row switch row { + case 3: + self.performSegue(withIdentifier: "showCrash", sender: nil) case 4: self.performSegue(withIdentifier: "showAnalytics", sender: nil) default: