动画总结:
[UIView animateWithDuration:0.5 animations:^{
CGFloat leftMargin=56;
self.tableSubCategory.transform = CGAffineTransformMakeTranslation(-self.view.width+leftMargin, 0);
}];
[UIView animateWithDuration:0.5 animations:^{
CGFloat leftMargin=56;
self.tableSubCategory.transform = CGAffineTransformMakeTranslation(-self.view.width+leftMargin, 0);
}];