EXTENSION
SingleScreenContaining
ΒΆ
extension SingleScreenContaining
MethodsΒΆ
findInnermostPrimaryScreen()
ΒΆ
public func findInnermostPrimaryScreen() -> any Screen
Iteratively traverses a sequence of primaryScreen
values until one is found that does not
conform to SingleScreenContaining
. Put another way, this returns the first primaryScreen
that is a Screen
and not a SingleScreenContaining
type.