I am working on iOS app, I need to implement the following functionality,
User should drag the menu from bottom by swipe up and also it can close the menu by swipe down,
Is there any api or any class in iOS to do such functionality, I searched it but i did not get any of such api to do it easily. Please suggest me the solution, Thanks in advance.
check this out Code for PullableView
UIView subclass that implements pullable behaviour similar to the Notification Center in iOS 5.
how it looks -