Method: UIView#hide
- Defined in:
- lib/sugarcube-animations/uiview.rb
#hide ⇒ Object
84 85 86 87 |
# File 'lib/sugarcube-animations/uiview.rb', line 84 def hide self.hidden = true self end |
84 85 86 87 |
# File 'lib/sugarcube-animations/uiview.rb', line 84 def hide self.hidden = true self end |