I have a custom view that\'s not getting layoutSubview messages during animation.
layoutSubview
I have a view that fills the screen. It has a custom subview at the bo
calling [self.view setNeedsLayout]; in viewController makes it to call viewDidLayoutSubviews
[self.view setNeedsLayout];