am facing a strange problem with the UI. Please find below details.
Now the problem is, the second child VC is always placed under the Navigation bar(Please refer the screen shot attached). But the first one is perfectly fine as its laid below the NavigationBar. if I set the NavigationBar translucent property to "NO", both works fine as expected. But with NavigationBar translucent property as "YES", only the first one will be laid properly not the second one. It doesn't matter which ChildViewController(firstVC or secondVC), it happens for the childVC added after the first one. Any insights to this strange issue? I've created a sample demo project if you guys want to check whats going on there..
Thanks in advance..
Did you disable the option : Auto adjust scrolls inset
? it is buggy and apply only to the first Scrollview of you view controller