返回按钮被添加按钮替换后如何重新显示?
我的视图右侧有一个“编辑”按钮,左侧有一个“后退”按钮。当用户点击“编辑”进入编辑模式时,我将后退按钮替换为“添加”按钮。
到目前为止一切都很好。 我不知道如何在点击“编辑”按钮离开编辑模式后再次显示“后退”按钮。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您用添加按钮替换后退按钮时,我建议您保存旧按钮,以便可以替换它。
如果您使用导航栏,最好将添加按钮放在右侧;因为用户希望后退按钮保持在原来的位置。
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.