lib/ProMotion/delegate/delegate_module.rb in ProMotion-1.1.2 vs lib/ProMotion/delegate/delegate_module.rb in ProMotion-1.2.0
- old
+ new
@@ -1,14 +1,19 @@
+motion_require '../containers/tabs'
+motion_require '../containers/split_screen'
+motion_require 'delegate_notifications'
+
module ProMotion
module DelegateModule
include ProMotion::Tabs
include ProMotion::SplitScreen if UIDevice.currentDevice.userInterfaceIdiom == UIUserInterfaceIdiomPad
include ProMotion::DelegateNotifications
attr_accessor :window, :aps_notification, :home_screen
def application(application, willFinishLaunchingWithOptions:launch_options)
will_load(application, launch_options) if respond_to?(:will_load)
+ true
end
def application(application, didFinishLaunchingWithOptions:launch_options)
apply_status_bar
on_load application, launch_options