Ios swift – Delegate defined in class B does not get called when used in class A
I currentl have a class B which inhertis from the AVCapturePhotoCaptureDelegate protocol, which is set on B's initiazation, however, when i try to use this delegate inside class A, the protocol methods ends up not being called. E.g it looks…