restoresFocusAfterTransition
A Boolean value that indicates whether an item that previously was focused should again become focused when the item’s view controller becomes visible and focusable.
Declaration
var restoresFocusAfterTransition: Bool { get set }Discussion
When the value of this property is true, the item that was last focused automatically becomes focused when its view controller becomes visible and focusable. For example, if an item in the view controller is focused and a second view controller is presented, the original item becomes focused again when the second view controller is dismissed. The default value of this property is true.