[MAPSME-5383] [ios] Updated ruler position for navigation.

This commit is contained in:
Ilya Grechuhin 2017-11-10 14:22:33 +03:00 committed by Roman Kuznetsov
parent 3f7819f799
commit 9d51002a90
2 changed files with 7 additions and 0 deletions

View file

@ -256,4 +256,7 @@ final class NavigationControlView: SolidTouchView, MWMTextToSpeechObserver, MWMT
override var sideButtonsAreaAffectDirections: MWMAvailableAreaAffectDirections {
return .bottom
}
override var widgetsAreaAffectDirections: MWMAvailableAreaAffectDirections {
return alternative(iPhone: .bottom, iPad: []) }
}

View file

@ -206,4 +206,8 @@ final class RoutePreviewStatus: SolidTouchView {
override var visibleAreaAffectDirections: MWMAvailableAreaAffectDirections {
return alternative(iPhone: .bottom, iPad: [])
}
override var widgetsAreaAffectDirections: MWMAvailableAreaAffectDirections {
return alternative(iPhone: .bottom, iPad: [])
}
}