Is there any notification when frame or bounds of UIView
changes? Whenever frame of a UIView
changes, I need to calculate and set the frame of its custom subview so that it aspect fits in the superview.
NSView
has the notification NSViewFrameDidChangeNotfication
for the purpose. Why is this not there for UIView
?