I am loading a custom view from xib and adding it in my main view. I need to get the actual size of that view once it is loaded and added in the main view.
I am using autolayout for that custom view to place their sub views.
Problem is it is showing the default size which I have set in the xib. I need device specific size for that view. Please help me how to do that. Thanks.