I am using ruby motion and want to increase the clickable area of a UIView. I found an answer for this on SO
I'm trying to find out how to do this in ruby.
Basically I want to subclass UIView
and override the pointInside
button.
I am using ruby motion and want to increase the clickable area of a UIView. I found an answer for this on SO
I'm trying to find out how to do this in ruby.
Basically I want to subclass UIView
and override the pointInside
button.