In Xamarin iOS, I have a parent UIView and allows user to load any view inside my parent view. Now I want to know from my parent view, if any of the child view's size affected by any property's value changes (For e.g., child view's font size changed at runtime).
Could anyone help me to identify the child view size changes at runtime from parent view?