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
What is the difference between delegates and notifications in iOS operating system?
How will you implement sets and the intersection operation? Complexity?
Difference between release and autorelease ?
What are the lifecycle events of uiviewcontroller?
What is the short cut to open the “Code Snippet Library” in Xcode?
What is the 'implementation'?
What is array in ios?
How to registering your device with the program portal for iphone development?
What are various singleton instances provided by frameworks?
Which programming language is used in ios?
Enlist the latest ios development patform?
What is difference between nsnotification and delegate?
What is arc?
What are the popular apps of iphone?
Who calls the dealloc strategy? Would we be able to implement dealloc in arc? In the event that indeed, what is the need to do that?