PlaybackView

@MainActor
public class PlaybackView : UIView

The playback view. This is the view that all playback will be rendered to. Note that there may be additional subview or layers that are periodically added to the playback view or removed from the playback view.

  • The layer class property

    Declaration

    Swift

    @MainActor
    override public class var layerClass: AnyClass { get }