显示离线模式
向用户显示他处于离线模式的最佳方式是什么? Apple 是否提供诸如工具栏图标之类的东西,或者最佳实践是什么?
What is the best way to show a user that he is in offline mode? Does Apple provide anything like a toolbar icon or what would be the best practice on that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需使用带有消息的警报视图,通知用户他没有可用的互联网。
示例:
我不确定这是否是您的目标,但这是一个建议。
Just use an alertview with a message notifying the user that he has no internet available.
Example:
I'm not sure if this is what you aim for but it is a suggestion.