UIView.AddSubviews(UIView[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convenience routine to add various views to a UIView.
public void AddSubviews (params UIKit.UIView[] views);
member this.AddSubviews : UIKit.UIView[] -> unit
Parameters
Remarks
This is merely a convenience routine that allows the application developer to add a number of views in a single call.
myView.AddSubviews (label, button, entry, image1, image2);