UIView and its subclasses all have the properties frame and bounds. What\'s the difference?
UIView
frame
bounds
Frame its relative to its SuperView whereas Bounds relative to its NSView.
Example:X=40,Y=60.Also contains 3 Views.This Diagram shows you clear idea.