简体   繁体   English

在iOS状态栏中显示下载进度

[英]Displaying download Progress in iOS status bar

I would like to display the download progress in the iOS status bar the same way android does. 我想以与Android相同的方式在iOS状态栏中显示下载进度。 I know we can show the activity indicator but I was thinking 我知道我们可以显示活动指标,但我当时在想

在此处输入图片说明

You cannot display download progress in the iOS status bar. 您无法在iOS状态栏中显示下载进度。 The iOS Human Interface Guidelines for Progress Indicators shows some alternatives: https://developer.apple.com/ios/human-interface-guidelines/controls/progress-indicators/ iOS人机界面进度指示器指南显示了一些替代方案: https : //developer.apple.com/ios/human-interface-guidelines/controls/progress-indicators/

A brief summary of the options: 选项的简要概述:

  1. Display a spinner using a UIActivityIndicatorView . 使用UIActivityIndicatorView显示微调器。
  2. Display a progress bar with UIProgressView . 使用UIProgressView显示进度条。
  3. Show the network activity indicator in the status bar. 在状态栏中显示网络活动指示器。

You can also roll your own implementations of the spinner or progress bar, or use one of many third-party frameworks. 您也可以滚动微调器或进度条自己的实现,或使用许多第三方框架之一。

Hope that helps! 希望有帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM