iOS 27: viewSafeAreaInsetsDidChange callback issue

viewSafeAreaInsetsDidChange system callback stopped firing on iOS 27 when compiled with iOS 26 SDK (Xcode 26).

more context: whenever tabBar's minimize behaviour changes for example on scroll-down viewSafeAreaInsetsDidChange was being called correctly on iOS 26 but it stopped on iOS 27.

when compiling on Xcode 27 it is being called correctly just callback stopped firing on iOS 27 when compiled with iOS 26 SDK (Xcode 26).

viewDidLayoutSubviews callback also stopped firing on iOS 27 whenever tabBar's minimize behaviour changes

iOS 27: viewSafeAreaInsetsDidChange callback issue
 
 
Q