class UIView

Public Class Methods

style(style, &block) click to toggle source
# File lib/motion-stylez/ext.rb, line 13
def self.style(style, &block)
  z(self, style, &block)
end

Public Instance Methods

style(style, &block) click to toggle source
# File lib/motion-stylez/ext.rb, line 17
def style(style, &block)
  z(self, style, &block)
end