Class: UnderOs::Window

Inherits:
Object
  • Object
show all
Defined in:
lib/under_os/window.rb

Instance Method Summary collapse

Constructor Details

#initializeWindow

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