Class: Loco::ViewController

Inherits:
UIViewController
  • Object
show all
Includes:
Observable
Defined in:
lib/motion-loco/view_controller.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

#title=(title) ⇒ Object



8
9
10
# File 'lib/motion-loco/view_controller.rb', line 8

def title=(title)
  self.navigationItem.title = title
end