Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
服务器端有一个延迟,大约 10 秒。我想显示一个 alertView 显示服务器中的延迟。怎么做?
如果延迟固定为 10 秒。然后你可以把一个自定义的 AlertView 显示一个指示器等待 10 秒并在 10 秒后关闭 AlertView。您可以使用 NSTimer 来管理 10 秒的时间间隔。
您还可以显示一个活动指示器,表明请求当前正在进行中,如果请求完成,则删除活动指示器。