APSMediaPlayerOverlayController
Objective-C
@interface APSMediaPlayerOverlayController
: UIViewController <APSMediaPlayerOverlayControllerProtocol>
Swift
class APSMediaPlayerOverlayController : UIViewController, APSMediaPlayerOverlayControllerProtocol
The superclass of all overlay controllers. Implements APSMediaPlayerOverlayControllerProtocol
.
-
A reference to the
APSMediaOverlay
object associated with the current overlay controller.Declaration
Objective-C
@property (nonatomic, weak) APSMediaOverlay *_Nullable overlay;
Swift
weak var overlay: APSMediaOverlay? { get set }