Whats the difference between frame and bounds?
Answer / maanya
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).
Is This Answer Correct ? | 0 Yes | 0 No |
Explain "private", "protected" and "public"?
In which language ios is written?
What devices will support ios 7?
Define 'copy' keyword?
What manual memory management ? How it work?
What do you mean by rest?
What is block in ios objective c?
What is background state in ios?
Who developed ios?
What is the first responder and responder chain?
What is oops in ios?
Explain the difference between inheritance and category?