Home ios uiviewcontroller
Post
Cancel

ios uiviewcontroller

edgesForExtendedLayout

In iOS 10 and earlier, use this property to report which edges of your view controller extend underneath navigation bars or other system-provided views. The default value of this property is UIRectEdgeAll, and it is recommended that you do not change that value.

This post is licensed under CC BY 4.0 by the author.