ฉันมี UITableView ที่มีสองโหมด เมื่อเราสลับระหว่างโหมดฉันมีจำนวนส่วนและเซลล์ที่แตกต่างกันต่อส่วน เป็นการดีที่มันจะทำแอนิเมชั่นเจ๋ง ๆ เมื่อโต๊ะโตหรือหดตัว
นี่คือรหัสที่ฉันลองใช้ แต่ไม่ได้ทำอะไรเลย:
CGContextRef context = UIGraphicsGetCurrentContext();
[UIView beginAnimations:nil context:context];
[UIView setAnimationCurve:UIViewAnimationCurveEaseInOut];
[UIView setAnimationDuration:0.5];
[self.tableView reloadData];
[UIView commitAnimations];
มีความคิดเกี่ยวกับวิธีที่ฉันจะทำเช่นนี้?