I am using version 1.2.1.
My issue on devices with notch is that,
whenever I minimize(send app to background) and then open it up again the some ui components (i.e. buttons) move below safe area hence become inactive/useless.
I pushing this ViewPagerViewController on from navigationcontroller embedded inside TabbarViewController
I am using version 1.2.1. My issue on devices with notch is that, whenever I minimize(send app to background) and then open it up again the some ui components (i.e. buttons) move below safe area hence become inactive/useless.
I pushing this ViewPagerViewController on from navigationcontroller embedded inside TabbarViewController
My code is as follows
I have tried to change the initialisation frame wrt to safe area but that did not help
The view load correctly, but when minimised and opened again produces the following result.
Please help me with this