03 Feb 2016 Andrey Basic Questions in IOS & objective-c February 3, 2016 Andrey Difference between frame and bound Frame is a CGRect that is relative to it’s superview and bound is a CGRect that is relative to it’s own coordinate system. Practically (x,y) origin of bound would always be (0,0).