This repository was archived by the owner on Feb 13, 2019. It is now read-only.

Description
Is there any way of executing code when a panel closes? I tried overriding different methods I can see in the open source code, but most are in extensions and so not overridable. I tried overriding viewWillDisappear, which gets called every time a panel pins/floats/unpins. I also tried adding a custom done button, however that one got removed and replaced with the PanelKit one.
Is there a way to run code when the close button gets pressed, or could you add that functionality?