I've been trying to create a container view controller which provides some overlaid views like UINavigationController and UITabBarController do for view controllers in iOS 7. To make the contained views layout properly I've tried just about everything I can think of with regards to implementing -bottomLayoutGuide in both the container and contained view controllers, but with no luck. The method is called, but the value does not seem to be used.
I've put together a quick example at https://github.com/stefanfisk/custom-layout-guides, but there I was not able to even get the accessors called.