返回按钮被添加按钮替换后如何重新显示?

发布于 2024-09-03 20:26:36 字数 122 浏览 7 评论 0原文

我的视图右侧有一个“编辑”按钮,左侧有一个“后退”按钮。当用户点击“编辑”进入编辑模式时,我将后退按钮替换为“添加”按钮。

到目前为止一切都很好。 我不知道如何在点击“编辑”按钮离开编辑模式后再次显示“后退”按钮。

I have a view with an Edit button on the right and a Back button on the left. When the user hits the Edit to enter the edit mode, I replace the back button with an Add button.

All works great up to this point.
I can't figure out how to display the Back button back again after the Edit button is hit to leave edit mode.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小猫一只 2024-09-10 20:26:36

当您用添加按钮替换后退按钮时,我建议您保存旧按钮,以便可以替换它。

如果您使用导航栏,最好将添加按钮放在右侧;因为用户希望后退按钮保持在原来的位置。

When you replace your back button with the add button, I suggest you save the old button so that you can replace it.

If you are using a navigation bar, it might be better to put your add button on the right; as a user will expect the back button to remain where it is.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文