Method: ProMotion::ScreenModule#set_view_controller

Defined in:
lib/ProMotion/screens/_screen_module.rb

#set_view_controller(vc) ⇒ Object

DEPRECATED


113
114
115
116
# File 'lib/ProMotion/screens/_screen_module.rb', line 113

def set_view_controller(vc)
  warn "[DEPRECATION] `set_view_controller` is deprecated and discontinued.  Please inherit from the UIViewController you wish to use and include ProMotion::ScreenViewController instead."
  self
end