Is possible to implement this kind of animation (Screenshot below) on UITableView when expanding a hidden group of cells/rows?
Asked
Active
Viewed 326 times
1 Answers
1
Perhaps, but it would be quite difficult. Mail actually uses a Quartz Composer composition to implement this:
You can't use Quartz Composer on the iPhone, so you would have to do it using CALayers. See my answer here as a potential starting point, but I'm afraid it will be more trouble than it's worth.