forked from organicmaps/organicmaps
[MAPSME-5383] [ios] Updated ruler position for navigation.
This commit is contained in:
parent
3f7819f799
commit
9d51002a90
2 changed files with 7 additions and 0 deletions
|
@ -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: []) }
|
||||
}
|
||||
|
|
|
@ -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: [])
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue