gpt4 book ai didi

iphone - ios - iPhone : How to create animation UItableviewcell when edit like native ios alarm clock app

转载 作者:行者123 更新时间:2023-11-30 18:00:01 24 4
gpt4 key购买 nike

我制作了一个闹钟,就像 iphone/ipod 上的默认闹钟一样。但我不知道如何在像 native ios 时钟应用程序一样编辑时创建动画 UItableviewcell。请帮助我。谢谢

像这样的动画。

enter image description here

最佳答案

[tableView reloadSections:[NSIndexSet indexSetWithIndex:0] withRowAnimation:UITableViewRowAnimationFade];

http://developer.apple.com/library/ios/documentation/uikit/reference/UITableView_Class/Reference/Reference.html#//apple_ref/occ/instm/UITableView/reloadSections:withRowAnimation :

其中 UITableViewRowAnimation 可以是以下之一:

typedef enum {
UITableViewRowAnimationFade,
UITableViewRowAnimationRight,
UITableViewRowAnimationLeft,
UITableViewRowAnimationTop,
UITableViewRowAnimationBottom,
UITableViewRowAnimationNone,
UITableViewRowAnimationMiddle,
UITableViewRowAnimationAutomatic = 100
} UITableViewRowAnimation;

http://developer.apple.com/library/ios/documentation/uikit/reference/UITableView_Class/Reference/Reference.html#//apple_ref/doc/c_ref/UITableViewRowAnimation

关于iphone - ios - iPhone : How to create animation UItableviewcell when edit like native ios alarm clock app,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10911352/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com