如何在UIToolBar上添加UIActivityView图标?
如何向工具栏添加活动指示器,就像邮件应用程序在检查电子邮件时所做的那样?
How do I add an activity indicator to my toolbar, like the Mail app does when it is checking for email?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您想通过代码而不是通过界面生成器添加它,您需要:
这是代码示例:
If you want to add it through code, not though interface builder, you need to:
Here's a code sample:
尝试将 UIProgressView 拖到界面生成器中的 UIToolbar 上。应该只是工作。
Try dragging a UIProgressView onto you UIToolbar in interface builder. Should just work.
在故事板中这很容易。只需将视图拖到工具栏上,然后将活动指示器拖到其中即可。
In storyboard this is easy. Just drag a view onto the toolbar and then drag on the activity indicator into that.