Class: Loco::UI::TableViewCell

Inherits:
UITableViewCell
  • Object
show all
Includes:
Observable
Defined in:
lib/motion-loco/views.rb

Instance Method Summary collapse

Methods included from Observable

#init, #initialize, #method_missing, #register_observer, #remove_all_observers, #remove_observer, #set_properties, #update_attributes

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Loco::Observable

Instance Method Details

#initWithStyle(style, reuseIdentifier: reuseIdentifier) ⇒ Object



54
55
56
57
58
59
# 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