开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜