Contents

removeTitlebarAccessoryViewController(at:)

Removes the view controller at the specified index from the window’s array of title bar accessory view controllers.

Declaration

func removeTitlebarAccessoryViewController(at index: Int)

Parameters

  • index:

    The index in the array of title bar view controllers from which to remove the view controller.

Discussion

You can also use removeFromParent() to remove a specific title bar accessory view controller.

See Also

Managing Title Bar Accessories