Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/Maps/UI/Search/SearchBar.swift')
-rw-r--r--iphone/Maps/UI/Search/SearchBar.swift6
1 files changed, 6 insertions, 0 deletions
diff --git a/iphone/Maps/UI/Search/SearchBar.swift b/iphone/Maps/UI/Search/SearchBar.swift
new file mode 100644
index 0000000000..d2fa0bb167
--- /dev/null
+++ b/iphone/Maps/UI/Search/SearchBar.swift
@@ -0,0 +1,6 @@
+import UIKit
+
+class SearchBar: SolidTouchView {
+
+ override var visibleAreaAffectDirection: VisibleArea.Direction { return IPAD() ? .left : .top }
+}