如何在单元格上显示UITableviewCell的editActionsForRowAtIndexPath的按钮

我已使用 Blob blob1 = bucket.getStorage().get(BlobId.of(bucketName,blobName)); blob1.downloadTo(Paths.get("./zz.png")); bucket.getStorage().delete(bucketName,blobName,Storage.BlobSourceOption.userProject("g-app-af0af")); 添加自定义editactionsForRowAtIndexPath

我想通过单击UITableViewRowaction(didSelectRowAtIndexPath)来自动拖动以显示这两个选项(DeleteCancel)。

当前从右向左拖动单元格是可行的,但是如何显示而不拖动(通过单击单元格上的任何按钮),

是否有任何方法可以显示特定单元格的此选项。

例如

如何在单元格上显示UITableviewCell的editActionsForRowAtIndexPath的按钮

我的代码:

UITableViewCell

注意:不使用自定义设计。

nieodie 回答:如何在单元格上显示UITableviewCell的editActionsForRowAtIndexPath的按钮

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3154764.html

大家都在问