Home
last modified time | relevance | path

Searched refs:foundView (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-dev-menu/ios/
H A DDevMenuWindow.swift13 if let foundView = firstSubview(view, ofType: T.self) { in firstSubview<T: UIView>() variable
14 resultView = foundView in firstSubview<T: UIView>()