This document describes how to configure your scroll views in IB, so that their insets are configured to accomodate coverage by UINavigationBar
and UITabBar
.
A common reason for wanting this is to allow these views to configured as 'translucent', while scroll view content scrolls beneath them.
This guide is broken up into two types of view configurations...
- Configuration 1: A top-level scroll view, which fills
UIViewController
'sview
- Configuration 2: A top-level scroll view, which does not fill
UIViewController
'sview