pictureInPictureButtonStopImage(compatibleWith:)
Returns a system-default template image that’s compatible with a trait collection for the button that stops Picture in Picture in your app.
Declaration
class func pictureInPictureButtonStopImage(compatibleWith traitCollection: UITraitCollection?) -> UIImageParameters
- traitCollection:
The trait collection that describes the image to retrieve. Pass
nilto use traits that describe the main screen.
Return Value
A system-default template image.