可能重复:
What's the best way to develop a sideswipe menu like the one in Facebook's new iOS app?
iphone facebook side menu using objective c
我希望在我的应用中有类似的内容:
Example Image http://img828.imageshack.us/img828/4289/fbmenu.png
可以向右滑动的主视图,UITableView
。如果您将主视图拖动到右侧,即使您开始向UITableView
上方向左拖动(如果我向左或向右平移UITableView
,您也应该可以将其拖回来。如果我在UITableView
上方向上或向下拖动UITableView
应滚动,则应移动主视图。此外,如果主视图会将阴影放到UITableView
上,那就太好了。