如何保持UIview和Move?
我想按住
UIView 并移动
,就像我们都可以更改主屏幕
上的图标一样。
我怎样才能做到这一点?
I wanted to hold
UIView and Move
like the way we all can change our icon on home screen
.
How I can achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有一个简单的 UI 调用可以为您完成此操作。
可以使用以下序列来实现:
希望有帮助。那里需要相当多的编码,其中大部分是特定于您的 UI 和设计选择的。
There's not a simple UI call that will do this for you.
It would be possible to implement using the following sequence:
Hope that helps. There's quite a bit of coding required there, and much of it is specific to your UI and design choices.