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 |
Define ipa?
What is cocoa touch framework in ios?
Can java run on ios?
How do I get ios 13?
What is 'private', 'protected' and 'public' ?
What is the difference between inheritance and category?
How will you implement sets and the intersection operation? Complexity?
An app is loaded into memory but is not executing any code. In which state will be in?
. Why an app on iOS device behaves differently when running in foreground than in background?
What is retain counts?
What framework is used to construct application's ios user interface?
What is the mean of not running state in ios?