I have a SlideMenu that i use this library https://github.com/SocialObjects-Software/AMSlideMenu . My main view project a shadow over my Menu view. I read the documentary but i do not found anything helpfull. Also I try this but do not work.
self.view.layer.shadowOpacity = 0;
How I can DELETE this white shadow? Is any propertie of uiview? THANKS