class DummyView
teacup/lib/teacup-ios/dummy.rb
Private Instance Methods
dummy()
click to toggle source
# File lib/plastic_cup/dummy.rb, line 4 def dummy setFrame(nil) setOpaque(nil) setClipsToBounds(nil) setUserInteractionEnabled(nil) UIView.appearanceWhenContainedIn(UIView, nil) UIView.appearance end