topLayoutGuide in child view controller
While this answer might be correct, I still found myself having to travel the containment tree up to find the right parent view controller and get what you describe as the “real topLayoutGuide“. This way I can manually implement automaticallyAdjustsScrollViewInsets. This is how I’m doing it: In my table view controller (a subclass of UIViewController … Read more