Class: UIScreen
Instance Method Summary
collapse
#bottom, #top
#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
#center ⇒ Object
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_frame ⇒ Object
4
5
6
|
# File 'lib/purplish-frame/ui/ios/ui_screen.rb', line 4
def view_frame
bounds
end
|