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