diff --git a/lib/ProMotion/screens/_screen_module.rb b/lib/ProMotion/screens/_screen_module.rb index 1aef2ec..266d302 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)