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

SearchBar.swift « Search « UI « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2fa0bb1676370868aa425d7424d64d0f4b1c298 (plain)
1
2
3
4
5
6
import UIKit

class SearchBar: SolidTouchView {

  override var visibleAreaAffectDirection: VisibleArea.Direction { return IPAD() ? .left : .top }
}