Remove :title accessor (breaks it, unnecessary)

This commit is contained in:
Jamon Holmgren
2013-05-27 11:16:43 -07:00
parent 23c6886607
commit ebb5ce792d

View File

@@ -6,7 +6,7 @@ module ProMotion
include ProMotion::ScreenTabs
include ProMotion::SplitScreen if NSBundle.mainBundle.infoDictionary["UIDeviceFamily"].include?("2")
attr_accessor :parent_screen, :first_screen, :tab_bar_item, :tab_bar, :modal, :split_screen, :title
attr_accessor :parent_screen, :first_screen, :tab_bar_item, :tab_bar, :modal, :split_screen
def on_create(args = {})
unless self.is_a?(UIViewController)