there
I have a viewController
,the hierarchy is something like this
UIView->imageview->uiview->uiimageView->uitableview.
Now i want to change height of only first two object of my hierarchy i.e UIView
and UIImageView
without effecting frames of other subviews
.Please help me.