******************************************************************************** By: Dave Albert Date: Started 2017-08-06 Title: Xcode tips and tricks ******************************************************************************** Random things I find useful or interesting using Xcode. Editor Navigation ================= Hide/Show navigation tray: `0` Hide/Show debug tray: `y` Hide/Show utilities tray: `0` Show assistant editor window: `` Show standard editor window: `` Code Folding ============ Fold current block: ` <` Unfold current block: ` >` Fold all blocks: ` <` Unfold all blocks: ` >` Documentation ============= Just above the method signature: `/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Dave dave (dot) albert (at) gmail (dot) com [twitter] @dave_albert ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~