How to change the ImageView in Main View through Slide Menu function?
Opened this issue · 0 comments
paboo199148 commented
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?