callkit object deinit

hi

i want to deinit callkit delegate before the segue perform, i observe when i'm in next screen the calling kit object is still alive,,

please tell me how to destroy the callkit object or setdelegate to nil when i leave one screen to another

thanks
Could you show the complete code where you call deinit ?

Have you checked you have not a pending reference to the object that prevents from deallocating ?
callkit object deinit
 
 
Q