Whilst 90% of my controls resize perfectly with the snapping features. I have some elements which are sized programmatically due to their contents (i.e a label and its container) in the ViewDidLoad function.
Is there anyway to get a handle on the screen rotation event? So I can perform my control resizing manually?
Thanks