I'll try to keep this short. I was using viewDidLayoutSubviews to (mostly) apply corner radius to some views in several UIViewControllers. Also doing the same in layoutSubviews for custom UIViews.
After installing Xcode 8 Beta, this stopped behaving predictably. Some times it works, others works with a delay, others still, not at all...
The one thing that was immediate while debugging was that on first call of viewDidLayoutSubviews, bounds are zero for the views in question. On second call, the bounds are correct; the thing is, as I said, the second call either has a (visible) delay, or never happens at all.
Any pointers? Thank you all in advance.
Best, Renato.