【发布时间】:2011-06-17 18:16:05
【问题描述】:
我知道您可以使用 reloadRowsAtIndexPath:withRowAnimation 重新加载行。 如何创建在替换行而不是内置选项时触发的动画。
一个例子真的很有帮助。 谢谢。
【问题讨论】:
-
“行被替换”是什么意思
标签: iphone uitableview caanimation
我知道您可以使用 reloadRowsAtIndexPath:withRowAnimation 重新加载行。 如何创建在替换行而不是内置选项时触发的动画。
一个例子真的很有帮助。 谢谢。
【问题讨论】:
标签: iphone uitableview caanimation
你是说……
insertRowsAtIndexPaths:withRowAnimation:,
deleteRowsAtIndexPaths:withRowAnimation:,
insertSections:withRowAnimation: and
deleteSections:withRowAnimation:
另外,"withRowAnimation" 不是一个值,而是一个动画风格:你可以override它。
【讨论】: