# `MDPSplitView applyIntendedCollapsibleSize`

*Instance Method*

Repositions the divider to match intendedCollapsibleSize. Does nothing while the user drags, an animation runs, the size already matches, or the split view is (transiently) too small to honor it.

## Declaration

```swift
func applyIntendedCollapsibleSize()
```

```objc
- (void) applyIntendedCollapsibleSize;
```

```python
applyIntendedCollapsibleSize()
```

