1

Is possible to implement this kind of animation (Screenshot below) on UITableView when expanding a hidden group of cells/rows?

jtbandes
  • 115,675
  • 35
  • 233
  • 266
Sam
  • 13
  • 2

1 Answers1

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.

Community
  • 1
  • 1
jtbandes
  • 115,675
  • 35
  • 233
  • 266