What is a UIViewControllerWrapperView?

I programmed when, at one point, I called the supervisor method from my view from viewController and with NSLog ("% @", [myView superview]); I saw:>

What is it?

thank you.

+5
source share
2 answers

This is a private view used by the infrastructure. You should not change it or anything.

+5
source

The view must belong to the hierarchy of views for its limitations (position, size), which must be set. UIViewControllerWrapperView is the parent of a controller view that has not been added as a subtitle of another view.

: UIViewController view collectionView. CollectionView . if UIViewControllerWrapperView.

+2

All Articles