Comments on iOS 5 Notifications Center implementation
As you know, notifications handling and management is a very popular topic among iOS enthusiasts. I can't remember all proposals that I stumbled upon in the last few weeks before WWDC 2011 keynote. Now that iOS 5 Notification Center is officially announced, I would like to compare Apple's implementation to my own proposal published a while back.
- Providing visual cue for the newly received notification
- Invocation method to access the notification stack
- Management of the notification stack
Invocation method to get to the notification stack
As many notifications can arrive in a very short period of time or simply during the day, a stack of notification is building. Apple proposes the two methods to open the process notifications: swipe from top to bottom starting at the status bar or swipe a notification from left to right while looking the lock screen. The first method will get the user to the notification center. The second method will let the user access the application responsible of the notification. By skipping the use of a stand alone application, Apple simplify the process of accessing the notification stack and provide a system wide invocation method without going back to the home screen.
Post a Comment | 





Reader Comments