I’m trying to get content size of UINavigationController.
I can get content size which considered just navigationbar’s height using like this way.
CGSize contentSize = self.view.bounds.size;
But I want to get it considered navigationbar and toolbar’s height.
How to get it?
======== comment after question ====================
Oh~ my mistake.
You can get frame size considered two by above way.
===============================================
landscape

portrait

What you want is the top view controller of the navigation controller in question, it’s frame has the size you want: