AppCode 2017.2 Help

Implement/Override Dialog

Code | Generate

N/A

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

ItemTooltip and shortcutDescription
ac iconsorted Sort members alphabetically Click this button to have all members sorted alphabetically. Otherwise, members are sorted in the order they are declared.
ac iconExpandall Expand all
N/A
Click this button to have all nodes expanded.
ac iconCollapseall Collapse all
N/A
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

ItemTooltip and shortcutDescription
Show synthesized accessors Select this check-box to enable display of synthesized accessors.

Swift specific options

ItemTooltip and shortcutDescription
ac iconshow to implement 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.
Last modified: 13 December 2017

See Also