Answer Posted / 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 |
Post New Answer View All Answers
Why core data is faster than sqlite?
What is advantage of categories? What is difference between implementing a category and inheritance?
Which language is used in ios?
Implement the following methods: retain, release, auto release in iOS operating system?
What is meaning of 'atomic' keyword?
What is use of nsoperation?
What is framework in ios?
What is the protocol in ios?
What is a memory leak in ios?
What are the delegate methods of mkmapview?
Have you uploaded app on appstore? What is the process?
What is mvp in ios?
What is categories in iOS?
Why don’t we use strong for enum property in objective-c ?
Is the delegate for a CAAnimation retained in iOS operating system?