效果1.点击按钮上浮 2.点击按钮下沉 3.点击按钮下拉展示 4.点击按钮向上收缩 5.左右如是说 关键是改变视图的大小位置的时机正确与否 eg1.1.点击按钮下沉消失 已知myView.frame=cgrectmake(0,phoneHeight,320,200); [UIView animateWithDuration:0.8f animations:^{ myView.frame=CGRectMake(,Phone_Height,,); } completion:^(BOOL finish…