- Hands-On Design Patterns with Swift
- Florent Vilmart Giordano Scalzo Sergio De Simone
- 27字
- 2021-07-02 14:45:03
Retain
Retaining an object increases the number of references to an object. By doing so, we extend the lifetime of the object that received the retained message.