Xcode Key Commands

Most Helpful Commands General Build and run project ⌘ R Navigation Open/Close left most pane ⌘ 0 Open/Close right most pane ⌘ ⌥ 0 Cycle through tabs in »

Error Handling

In Swift, methods that throw errors will have the keyword throws on the end of them. func save() throws We must put calls to functions like »