Method: UIView#hide

Defined in:
lib/sugarcube-animations/uiview.rb

#hideObject



84
85
86
87
# File 'lib/sugarcube-animations/uiview.rb', line 84

def hide
  self.hidden = true
  self
end