Sha256: 927270fe8f8262ea5bab5e6e3c97df4860825cbe1a8dd3de651f4139fd754949
Contents?: true
Size: 467 Bytes
Versions: 16
Compression:
Stored size: 467 Bytes
Contents
module Calabash module IOS # @!visibility private module StatusBarMixin # Returns the home button position relative to the status bar. # # @note This method works even if a status bar is not visible. # # @return [String] Returns the device orientation as one of # `{'down' | 'up' | 'left' | 'right'}`. def status_bar_orientation map_route(nil, :orientation, :status_bar).first end end end end
Version data entries
16 entries across 16 versions & 1 rubygems