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 |
Who calls the main function of app during the app launch cycle in ios?
What is the difference between 'assign' and 'retain' keyword?
What is 'notification'?
What persistent storage used in mobile apps - ios?
Define encoding or serialization??
How do I get a call when my ipad rings?
Why do all model object attributes get marked with @dynamic and not synthesised?
Explain the difference between bounds and frame?
What is didreceivememorywarning method in you viewcontroller?
What is difference strong and weak reference ? Explain.
How can a user respond or react to the state transitions on the app?
What are the limits of accessibility ?