<div class="meta" robots="noindex">

</div>

Interface

# iOSScreenContent

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

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2020r2. Please use `iOSLayoutContent</api/ios/ioslayoutcontent>` as a replacement.

</div>

## Description

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

## Notes

A screen can contain a single iOSView, an iOSSplitView (consisting of a main view and a detail view) or an iOSTabBar, which consists of multiple views.

Because <span class="title-ref">iOSScreenContent</span> is an interface, you will not work with it directly. You will instead work with the classes that implement it: iOSSplitView, iOSTabBar and iOSView.

## Compatibility

iOS projects on the iOS operating system.

## See also

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