Event handling and bounds
Hey guys,
I had a simple question about event handling. Suppose I was to create an application with a single view controller and the rest of my views are coded in without the use of the interface builder. And then I insert one object that responds to user touches. It can be dragged around the screen.
What will the bounds of this object be?
Are the default bounds equal the screen bounds?
Is it possible for me to change these bounds manually?
Thanks for the help guys!
|