---
title: "isShowing(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uisplitviewcontroller/isshowing(_:)"
---

# isShowing(_:)

A Boolean value that indicates whether the split view interface is showing the specified column.

## Declaration

```swift
func isShowing(_ column: UISplitViewController.Column) -> Bool
```

## See Also

### Displaying the child view controllers

- [show(_:)](uikit/uisplitviewcontroller/show(_:).md)
- [hide(_:)](uikit/uisplitviewcontroller/hide(_:).md)
- [show(_:sender:)](uikit/uisplitviewcontroller/show(_:sender:).md)
- [showDetailViewController(_:sender:)](uikit/uisplitviewcontroller/showdetailviewcontroller(_:sender:).md)
