隐藏tabBar
self.tabBarController.tabBar.hidden=YES;
UIView animate height from bottom to top
Increase the height while decreasing the origin.y by the same amount.
self.tabBarController.tabBar.hidden=YES;
Increase the height while decreasing the origin.y by the same amount.