When I turn on personal hot spot connection, my entire layout pushed down but only horizontal scrollview stays at original place due to this reason the view of the page look
Set the autoresizingMask property of any element to None so that the elements look exactly the same relative to each others.
someView.autoresizingMask = UIViewAutoresizingNone;