accessorizer()

@MainActor
func accessorizer()

This travels around the whole view hierarchy, and resolves accessibility tokens.

  • This recursively resolves the accessibility tokens for the given view, and its subviews.

    Declaration

    Swift

    @MainActor
    func accessorize(me inView: UIView)

    Parameters

    me

    The view to “accessorize.”