0

I want to create a "sliding" effect left and right. I know how to use gestures, but what method allows me to set where a contentView is on the left and right? Its frame?

4

2 回答 2

3

你不能移动contentView(或者你不应该)。但是请随意在其中放置一个大视图(包含单元格中的所有其他内容)并移动视图!

于 2013-05-01T23:32:19.503 回答
1

要为 tableview 上的单元格添加滑动效果,请尝试以下操作:https ://github.com/boctor/idev-recipes/tree/master/SideSwipeTableView

于 2013-05-01T23:32:44.577 回答