i would like to know if is possible open/show a new view swiping down ( or up ) from the navigation bar, just like the notification center view in iOS 5 ( it appear from status bar, and i think this isn’t possible for normal apps, right? ).
Thanks 🙂
i would like to know if is possible open/show a new view swiping down
Share
You have to use UISwipeGestureRecognizer. Here’s the code :