Skip to content

Latest commit

Β 

History

History
20 lines (15 loc) Β· 664 Bytes

README.md

File metadata and controls

20 lines (15 loc) Β· 664 Bytes

DeinitObserver

Observe object's deinit from outside of object

πŸš€ Motivation

🧰 Setup

  1. In your Xcode project, navigate to File > Swift Packages > Add Package Dependancy...
  2. Paste the following into the URL field: https://github.com/cozzin/DeinitObserver

πŸ§‘β€πŸ’» Usage

import DeinitObserver

DeinitObserver(for: target) {
    print("target did deinit!")
}.observe()