forked from organicmaps/organicmaps
[iOS] expand touch area in elevation profile preview bar
https://jira.mail.ru/browse/MAPSME-13529
This commit is contained in:
parent
fc6374714c
commit
8091817031
1 changed files with 5 additions and 0 deletions
|
@ -58,6 +58,11 @@ class ViewPortView: UIView {
|
|||
result.usesEvenOddFillRule = true
|
||||
return result
|
||||
}
|
||||
|
||||
override func point(inside point: CGPoint, with event: UIEvent?) -> Bool {
|
||||
let rect = bounds.insetBy(dx: -30, dy: 0)
|
||||
return rect.contains(point)
|
||||
}
|
||||
}
|
||||
|
||||
class ChartPreviewView: UIView {
|
||||
|
|
Loading…
Add table
Reference in a new issue