简体   繁体   English

如何在应用程序中使用iPhone中的音量警报之类的警报?

[英]How can I use alerts like the volume alert in the iPhone in my apps?

What is the kind of alerts like the iPhone volume 像iPhone音量一样的警报类型是什么

See picture: http://caius.name/images/ringer.jpg 查看图片: http : //caius.name/images/ringer.jpg

Thanks, 谢谢,

There's no built-in support for those alerts, but they're pretty simple to create on your own. 这些警报没有内置支持,但是您可以轻松创建它们。 You can construct the alert programatically, or what I've done in the past is just to create an image like the one you linked to and add any dynamic components as subviews. 您可以以编程方式构造警报,或者我过去所做的只是创建与链接到的图像一样的图像并将任何动态组件添加为子视图。

If you want something significantly more powerful, check out MBProgressHUD. 如果您想要更强大的功能,请查看MBProgressHUD。

http://github.com/jdg/MBProgressHUD http://github.com/jdg/MBProgressHUD

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

相关问题 Iphone警报框,如音量按钮 - Iphone Alert Box Like Volume Buttons 我可以在本机iphone应用程序中使用Ekcalendar吗 - Can I use the Ekcalendar in my native iphone apps 如何免费在iPhone上测试我的应用程序? - How can I test my apps on my iphone for free? 我可以在iPhone Objective C的警报中使用NSStrings吗? - can i use NSStrings in alerts in iphone objective c? 如何使用Delphi Firemonkey在iPhone应用程序上使用手势? - How can I use gestures on iPhone apps using Delphi Firemonkey? 我可以在应用程序中使用iPhone脸部识别吗? - Can I use iPhone face recognition in apps? 我可以在iPhone / iPad应用程序中使用PayPal吗? - Can I use PayPal in iPhone/iPad apps? 警报“登录iTunes Store”和“电池电量不足”会暂停我的应用程序卡纸。我怎样才能取消它们? - Alert “Sign in to iTunes Store” and “Battery low” pauses my apps jams. How can I unpause them? 如何开发看起来像本机应用程序的iphone的网页? - How do I develope webpages for the iphone that look like native apps? iPhone-MPMoviePlayerController-如何以编程方式减小视频的音量 - iphone - MPMoviePlayerController - How can I decrease volume of the video programmatically
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM