largeContentImage
An image that represents the view in the large content viewer.
Declaration
var largeContentImage: UIImage? { get set }Discussion
To present content in the large content viewer, you can provide either largeContentTitle or largeContentImage, or both.
This property defaults to an appropriate value for UIKit classes; otherwise, it’s nil.