作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个适合 UIDropProposal 中的 .automatic 意图的应用程序。像这样:
UITableViewDropProposal(operation: .copy, intent: .automatic)
我的问题是我似乎无法弄清楚用户的意图是什么?他打算将数据插入新单元格还是只是覆盖现有单元格。所有动画效果都很好。
但是在
func tableView(_ tableView: UITableView, performDropWith coordinator: UITableViewDropCoordinator) {
我需要能够知道用户最终的意图。
如何做到这一点?
我错过了什么?
谢谢。
最佳答案
coordinator.proposal.intent
应提供 UITableViewDropIntent
并在 insertAtDestinationIndexPath
和 insertIntoDestinationIndexPath
之间进行选择,如果 .automatic
在 tableView(:dropSessionDidUpdate)
中指定。 WWDC 视频说表格 View 将在两者之间进行选择。不过,还没有取得足够的进展来验证它。
关于ios - 如何使用 .automatic DropProposal int iOS 11 区分用户意图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45228323/
我有一个适合 UIDropProposal 中的 .automatic 意图的应用程序。像这样: UITableViewDropProposal(operation: .copy, intent: .
我是一名优秀的程序员,十分优秀!