Method: MotionPrime::TabbedSection#set_title

Defined in:
motion-prime/sections/tabbed.rb

#set_title(key, title) ⇒ Object



82
83
84
85
# File 'motion-prime/sections/tabbed.rb', line 82

def set_title(key, title)
  id = self.class.tabs_indexes[key]
  view(:control).setTitle(title, forSegmentAtIndex: id)
end