Selectors

 

Accessorizer can create SEL @selectors for you with an optional wrap.

Let’s say you have some method declarations or definitions.  You can select either declarations or definitions, invoke the Accessorizer Action Panel service (see Setup) and then bring up the Action Menu (or Action Panel) and use the Selector shortcuts.

Your results will look like this:

Unwrapped:

shouldCreateSequence:inLoop:

willCreateSequence:inLoop:

didCreateSequence:inLoop:

didEndPlaybackForSequence:

Wrapped:

@selector(shouldCreateSequence:inLoop:)

@selector(willCreateSequence:inLoop:)

@selector(didCreateSequence:inLoop:)

@selector(didEndPlaybackForSequence:)