I have a view that has rows and columns of imageviews in it.
If this view is resized, I need to rearrange the imageviews positions.
This view is a subview of
If you're in a UIViewController instance, overriding viewDidLayoutSubviews does the trick.
viewDidLayoutSubviews
override func viewDidLayoutSubviews() { // update subviews }