I’ve an software the place now we have introduced a view controller on a separate window and window is in minimised mode just like PIP(Not utilizing any pip APIs right here. Its customised view). When on stage supervisor/break up view, I need to resize the window based mostly on app’s main window dynamically.
I see that viewWillTransition will get known as just for the view controllers inside app’s main window which is in full display.
Do now we have common window dimension did change occasions in iOS just like window resize occasions on MacOS?
One resolution could be to have BaseVC to implement viewWillTransition and throw notification to be noticed by different VCs inside totally different home windows. All of the view controllers inside app’s main window ought to inherit from base vc.
Please counsel any different options.