From 20ff78c800276efdfc87f0afe9760afa409da110 Mon Sep 17 00:00:00 2001 From: Jamon Holmgren Date: Mon, 27 May 2013 11:16:43 -0700 Subject: [PATCH] Remove :title accessor (breaks it, unnecessary) --- lib/ProMotion/screens/_screen_module.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ProMotion/screens/_screen_module.rb b/lib/ProMotion/screens/_screen_module.rb index f933244..e3cca4e 100644 --- a/lib/ProMotion/screens/_screen_module.rb +++ b/lib/ProMotion/screens/_screen_module.rb @@ -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)