Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何从我的应用程序底部抓取一个按钮,当我单击并向上滑动它时,该按钮下方的 web 视图会出现,该按钮现在位于屏幕顶部,然后当用户完成时使用 webview,他们可以将其向后轻弹以显示主菜单?
提前致谢
将手势识别器添加到按钮并处理其动作以动画按钮和视图。根据您想要的手势和效果,您可能想要创建自己的手势子类和/或将手势添加到按钮超级视图而不是按钮本身。
未来请注意,iOS 7 从屏幕底部拖动是由操作系统处理的,所以不要让你的手势太相似......