UIKit.UIView.AddSubviews Method
Convenience routine to add various views to a UIView.

Syntax

public void AddSubviews (params UIView[] views)

Parameters

views
An array of zero or more UIKit.UIViews.

Remarks

This is merely a convenience routine that allows the application developer to add a number of views in a single call.

C# Example

myView.AddSubviews (label, button, entry, image1, image2);
            

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0