class MotionKit::UIButtonLayout
Public Class Methods
inherited(subclass)
click to toggle source
# File lib/motion-kit-ios/deprecated.rb, line 14 def self.inherited(subclass) NSLog("Sorry! MotionKit changed. UIButtonLayout is now UIButtonHelpers. Update #{subclass} to extend from UIButtonHelpers.") end