Class: UnderOs::Window
- Inherits:
-
Object
- Object
- UnderOs::Window
- Defined in:
- lib/under_os/window.rb
Instance Method Summary collapse
-
#initialize ⇒ Window
constructor
A new instance of Window.
Constructor Details
#initialize ⇒ Window
Returns a new instance of Window.
2 3 4 |
# File 'lib/under_os/window.rb', line 2 def initialize @_ = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) end |