class Loco::UI::TableViewCell

Public Instance Methods

initWithStyle(style, reuseIdentifier:reuseIdentifier) click to toggle source
# File lib/motion-loco/views.rb, line 54
def initWithStyle(style, reuseIdentifier:reuseIdentifier)
  initialize_bindings
  set_properties({})
  view_setup # Needed because it's not Loco::Resizable
  self
end