Apple Question:

Explain frame and bounds?

Apple Interview Question
Apple Interview Question

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).


Previous QuestionNext Question
Explain an iPhone app?Tell me does multitasking support is available from which version?