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.
我正在尝试在我的 uiwebview 中制作一个可拖动的按钮,因此当网站显示时,您可以在屏幕上移动按钮。当按钮刚刚放在视图控制器中时,我可以使按钮移动。在我的 uiwebview 上想要它时,我需要做任何不同的事情吗?谢谢..
如果它正常工作,UIViewController那么它应该工作。我建议做的是使用 aUIViewController并将 the UIWebViewand your button 添加为子视图。确保你在前面有按钮UIWebView。
UIViewController
UIWebView