开发者

OS X Lion's mail expanding animation on iPhone's UITableView

开发者 https://www.devze.com 2023-03-30 08:37 出处:网络
Is possible to impl开发者_高级运维ement this kind of animation (Screenshot below) on UITableView when expanding a hidden group of cells/rows?

Is possible to impl开发者_高级运维ement this kind of animation (Screenshot below) on UITableView when expanding a hidden group of cells/rows?

OS X Lion's mail expanding animation on iPhone's UITableView


Perhaps, but it would be quite difficult. Mail actually uses a Quartz Composer composition to implement this:

OS X Lion's mail expanding animation on iPhone's UITableView

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消