Search code examples
iphoneios5uiviewuiviewanimationtransition

Drag menu from bottom of the UIView


I am working on iOS app, I need to implement the following functionality, enter image description here

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.


Solution

  • check this out Code for PullableView

    UIView subclass that implements pullable behaviour similar to the Notification Center in iOS 5.

    how it looks - https://www.cocoacontrols.com/controls/pullableview