-
The dropdown will show below the anchor view when possible, otherwise above if there is more place than below.
Declaration
Swift
case any -
The dropdown will show above the anchor view or will not be showed if not enough space.
Declaration
Swift
case top -
The dropdown will show below or will not be showed if not enough space.
Declaration
Swift
case bottom
View on GitHub
Direction Enumeration Reference