SceneDelegate vs AppDelegate

348 Views Asked by At

Hi I want to check if the user use AppDelegate or SceneDelegate as I want to swizzle functions like DidBecomeActive, so how to check it? I was thinking of checking this by detecting if the user use Application Scene Manifest in the info.plist, Can anyone help me with this or provide me with a better solution? Thanks in advance.

0

There are 0 best solutions below