I have a custom UIview
I need to increase its width and also the width of its subviews like webviews and another label etc. dynamically.
I have used
_view.setframe - xframe;// this increases the width but the content stays where it is
_view setneedsdisplay or needslayout are not working.
Do I use the autoresizing mask before adding the view in controller? and how?
Can someone please tell me how to go about doing this.
Thanks
Thanks for your inputs
but i worked by recalling
[self layoutSubviews];//and changing the widths