IPhone Developer Question:

Explain the difference between frame and bounds?

Tweet Share WhatsApp

Answer:

The frame of a view is the rectangle, expressed as a location (x,y) and size (width,height) relative to the superview it is contained within. The bounds of a view is the rectangle, expressed as a location (x,y) and size (width,height) relative to its own coordinate system (0,0).

Download IPhone Developer PDF Read All 51 IPhone Developer Questions
Previous QuestionNext Question
Which applications that can be used with iphone?What is fast enumeration?