_extendView.hidden = NO;
[UIView animateWithDuration:.5 delay:0 options:UIViewAnimationOptionCurveLinearanimations:^{
_extendView.frame = CGRectMake(0, 64, _size.width, 200);
} completion:nil];