ScreenObjectContainer
public class ScreenObjectContainer : ScreenObject, ScreenObjectContainerConvertible
An object represents a collection of screen objects.
-
The error domain codes.
See moreDeclaration
Swift
public enum Error : Swift.Error
-
The total of child counts.
Declaration
Swift
public var childCounts: Int { get }
-
Adds the specified screen object as a child of the current screen object container.
Declaration
Swift
public func addChild(_ child: ScreenObject?) throws
-
Removes the specified screen object as a child of the current screen object container.
Declaration
Swift
public func removeChild(_ child: ScreenObject?)