UILayoutHost is UIView capable of hosting a XibFree layout.
Sets or retrieves the View object that is the root of the view hierarchy to be displayed in this UILayoutHost.
SizeThatFits is implemented by UILayoutHost to measure the internally hosted view hierarchy and returns its enclosing size.
Remeasures and lays out the hosted views.
Finds the NativeView
object associated with a specified UIView
.