Extract Category is a refactoring in Objective-C that helps you extract a category from an existing class and update all usages of extracted members across the whole project or workspace.

For example, for the class below press &shortcut:Refactorings.QuickListPopupAction; and select Category action:

Extract category

This will result in the following:

Extracted category