curve side Menu

I want to create a menu like the following so is there is any library or show I create a custom view and present it if yes is there is any way to create a curve shape like that

You should try the following:

  • create a view that is full size
  • give it a clear background
  • then draw inside with CGPath the rounded view
  • give it a background with alpha = 0.5
  • draw the items of menu inside this roundedView

Get more details here:

https://stackoverflow.com/questions/34777992/how-to-create-unique-shapes-or-uiviews-in-swift

curve side Menu
 
 
Q