Class: UIScreen

Inherits:
Object
  • Object
show all
Includes:
PurplishFrame::CocoaTouchView
Defined in:
lib/purplish-frame/ui/ios/ui_screen.rb

Instance Method Summary collapse

Methods included from PurplishFrame::CocoaTouchView

#bottom, #top

Methods included from PurplishFrame::View

#center_x, #center_x=, #center_y, #center_y=, #height, #inset!, #left, #left=, #right, #right=, #size_height_to_fit, #size_height_to_fit_align_bottom, #size_height_to_fit_max, #size_height_to_fit_min, #size_width_to_fit, #size_width_to_fit_align_right, #size_width_to_fit_max, #size_width_to_fit_min, #width, #width=

Instance Method Details

#centerObject



8
9
10
# File 'lib/purplish-frame/ui/ios/ui_screen.rb', line 8

def center
  CGPointMake(left+width/2, top+height/2)
end

#view_frameObject



4
5
6
# File 'lib/purplish-frame/ui/ios/ui_screen.rb', line 4

def view_frame
  bounds
end