hit counter

Timeline

My development logbook

Frame vs Bound

http://stackoverflow.com/a/1210141/58129

The frame of an UIView is the rectangle, expressed as a location (x,y) and size (width,height) relative to the superview it is contained within.

The bounds of an UIView is the rectangle, expressed as a location (x,y) and size (width,height) relative to its own coordinate system (0,0).