AppCode
 
Get AppCode
You are viewing the documentation for an earlier version of AppCode.

Pull members up, push members down

Last modified: 25 July 2022

Language: Objective-C

The Pull Members Up refactoring allows you to move class members to a superclass or protocol.

The Push Members Down refactoring helps you clean up the class hierarchy by moving class members to a subclass. The members are then relocated into the direct subclasses only.