How to execute code after Quick Look Preview Panel is closed?

71 Views Asked by At

I have an IKImageBrowserView and i activated the Quick Look Preview Panel for the items in the IKImageBrowserView (via [browser setCanControlQuickLookPanel:true];).

I want to execute some code after the user closed the Quick View Panel. How can i hook into this?

0

There are 0 best solutions below