WhatsNewPage
A single page to be displayed within the WhatsNewPageView.
-
Undocumented
Declaration
Swift
public init(@ViewBuilder detailImage: () -> any View = { EmptyView() }, @ViewBuilder title: () -> any View, @ViewBuilder description: () -> any View = { EmptyView() }, imageSize: CGSize? = nil, isImageExpanded: Bool = false, componentIdentifier: String? = WhatsNewPage.identifier) -
Undocumented
Declaration
Swift
static let identifier: String -
Undocumented
Declaration
Swift
init(detailImage: Image? = nil, title: AttributedString, description: AttributedString? = nil, imageSize: CGSize? = nil, isImageExpanded: Bool = false) -
Undocumented
Declaration
Swift
init(_ configuration: WhatsNewPageConfiguration) -
Declaration
Swift
@MainActor public var body: some View { get } -
Undocumented
Declaration
Swift
public var isEmpty: Bool { get }