Class: UINavigationBar

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

Class Method Summary collapse

Class Method Details

.xrayObject



112
113
114
115
116
117
118
# File 'lib/motion-xray/xray_ext.rb', line 112

def xray
  {
    'Color' => {
      tintColor: Motion::Xray::ColorEditor,
    },
  }
end