9 lines
307 B
Swift
9 lines
307 B
Swift
final class SearchOnMapAreaView: UIView {
|
|
override var sideButtonsAreaAffectDirections: MWMAvailableAreaAffectDirections {
|
|
alternative(iPhone: .bottom, iPad: [])
|
|
}
|
|
|
|
override var trafficButtonAreaAffectDirections: MWMAvailableAreaAffectDirections {
|
|
alternative(iPhone: .bottom, iPad: [])
|
|
}
|
|
}
|