0

I was looking for framework which provides left sidemenu that is open either by clicking left arrow button or by swiping in right direction and once swiping begun homeview gets blurred(using gaussian blur effect) as shown in image.

It will be great help if anyone can suggest framework supportive with objective c which provide expected behaviour?

Drashti
  • 63
  • 6
  • Why don't you try it yourself, it will take a day or two to implement this kind of behaviour. – Inder Kumar Rathore Mar 21 '18 at 06:03
  • I had already try to implement similar behaviour using MFSidemenu but its not provide exactly same as I was looking for hence I posted this question. – Drashti Mar 21 '18 at 06:09

2 Answers2

0

@Drashti, please this controller SWRevealViewController Then please add UIView.Animate with a set decrease alpha of self.view at the time of Menu sideshow and at the time of menu side hide set alpha to 1 with same as animate

Kiran Sarvaiya
  • 1,318
  • 1
  • 13
  • 37
  • I want gaussian blur effect but this code might provide static blur effect.So I predict this won't work. – Drashti Mar 21 '18 at 06:47
  • I already tried.Once you put this code it will immediately make your right view blur instead of this I need blur effect which gradually increase blurring intensity you may check using [this](https://drive.google.com/file/d/16wsTCDHYPSMPxBZvWkEdj5B3cxIEe34_/view?usp=sharing) – Drashti Mar 21 '18 at 07:08
0

I achieved required behaviour using framework LGSideMenuController

Drashti
  • 63
  • 6