[UIView animateWithDuration: 0.2 delay: 0 options: UIViewAnimationOptionCurveLinear animations: ^{
self.childrenViewHH.constant=241;
[self.view layoutIfNeeded];
}completion: ^(BOOLfinished) {
}];
[UIView animateWithDuration: 0.2 delay: 0 options: UIViewAnimationOptionCurveLinear animations: ^{
self.childrenViewHH.constant=241;
[self.view layoutIfNeeded];
}completion: ^(BOOLfinished) {
}];