简体   繁体   中英

Swipe-able Left Sidemenu with Homeview Gaussian blur effect IOS

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,请使用此控制器SWRevealViewController,然后在Menu sideshow时添加带有self.view的减小alpha值的UIView.Animate,在menu side hide时将alpha设置为1(与animate相同)

我使用框架LGSideMenuController实现了必需的行为

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM