largeContentTitle
A string that describes an item to display in the large content viewer.
Declaration
var largeContentTitle: String? { get }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 nil.