iOS needs better mechanism for FYI-type messages to user

Originator:andrew
Number:rdar://20870479 Date Originated:08-May-2015 10:28 AM
Status:Open Resolved:
Product:iOS SDK Product Version:8.3
Classification:UI/Usability Reproducible:Always
 
Summary:

Apps frequently need to provide For-Your-Information messages to users. In these situations, UIAlertViews are overkill, especially when there are several messages following on from one another resulting in a pop-up storm, which is poor UX. The pop-up storm you get when connecting a new device to Messages.app is a classic example of this.

We need both an API and acceptable UX to handle this scenarios. Another generic mobile OS does it with “toasts”, but these aren’t ideal because they sometimes end up obscuring the UI. Some apps handle this using alert banners than slide in below the UINavigationBar, but this frequently obscures other UI elements.

One option might be for these messages to temporarily scroll over the iOS status bar.

Steps to Reproduce:

Review iOS API documentation and human interface guidelines and observe there is no good solution to this problem.

Expected Results:

An available API and good UX for handling FYI-type messages.

Actual Results:

No API. Lots of apps doing it their own way. Badly.

Regression:

N/A

Notes:

N/A

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!