evnaz/ENSwiftSideMenu

How to change the ImageView in Main View through Slide Menu function?

Opened this issue · 0 comments

I try to click the button in Menu view to change the imageView.image in MainView, but it does not work, error message shows that the imageView.image is nil. However, when I try to change the imageView through MainView function which is same as function in Menu View, it does worked. How can I fix this?