There are two examples in the new iOS 5 where a user can drag to open a view. If the user drags from the status bar at the top of the screen, he will show the notification center,

In addition, if the user is in the Weather application and is dragged on a specific day of the week, he will show an hourly forecast,

Is there a simple basic structure that can offer me this functionality? Or is there an example of code on the Internet so that it can be simulated?
source
share