TitledContentPage

class TitledContentPage : ContentPage
extension TitledContentPage : Equatable, StaticIdentifiable

A content page that comes with a basic header including a back arrow and a title.

  • Property for identifying order of accessibility elements in the header views Ex - This can be used to modify the VoiceOver order

    Declaration

    Swift

    override var headerAccessibilityElements: [Any]? { get }