Interface

# iOSLayoutContent

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

## Description

Identifies iOS UI layouts that can be used as a screen.

## Notes

A layout can contain a single `Screen</api/user_interface/mobile/mobilescreen>`, an iOSSplitView (consisting of a main view and a detail view) or an iOSTabBar, which consists of multiple `screens</api/user_interface/mobile/mobilescreen>`.

Because <span class="title-ref">iOSLayoutContent</span> is an interface, you will not work with it directly. You will instead work with the classes that implement it: iOSSplitView, iOSTabBar and `MobileScreen</api/user_interface/mobile/mobilescreen>`.

## Compatibility

|                       |        |
|-----------------------|--------|
| **Project Types**     | Mobile |
| **Operating Systems** | iOS    |

<div class="seealso">

`iOSSplitView</api/ios/iossplitview>`, `iOSTabBar</api/ios/iostabbar>`, `MobileScreen</api/user_interface/mobile/mobilescreen>` classes

</div>
