Class: UIWindow

Inherits:
Object
  • Object
show all
Defined in:
lib/motion-xray/xray_ext.rb

Direct Known Subclasses

Motion::Xray::XrayWindow

Class Method Summary collapse

Class Method Details

.xrayObject



80
81
82
83
84
85
86
87
88
# File 'lib/motion-xray/xray_ext.rb', line 80

def xray
  {
    'TurnOff' => {
      frame: nil,
      hidden: nil,
      userInteractionEnabled: nil,
    },
  }
end