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