Properties
The voltmx.actionExtensions namespace provides the following properties.
voltmx.actionExtensions.view Property
Holds the current extension view.
Syntax
voltmx.actionExtensions.view;
Type
UIView
Read/Write
Read only.
Example
//Sample code
var myView = voltmx.actionExtensions.view;
myView.addSubView(button);
Platform Availability
iOS.