Implement/Override Dialog
⌘ N
Use this dialog box to select methods (members) to be implemented/overrode in class. This dialog has slightly different implementation in context of language being used.
Common options
Item | Tooltip and shortcut | Description |
---|---|---|
Sort members alphabetically | Click this button to have all members sorted alphabetically. Otherwise, members are sorted in the order they are declared. | |
Expand all ⌃ + | Click this button to have all nodes expanded. | |
Collapse all ⌃ - | Click this button to have all nodes collapsed. | |
Members area | Select members to add to generated code construct. | |
Show optional members | Select this check-box to enable display of optional methods (members). |
Objective-C specific options
Item | Tooltip and shortcut | Description |
---|---|---|
Show synthesized accessors | Select this check-box to enable display of synthesized accessors. |
Swift specific options
Item | Tooltip and shortcut | Description |
---|---|---|
Show to implement | Press this button to list available methods to implement together with the methods to override. When not pressed - only methods to override are listed. |