dekatotoro / SlideMenuControllerSwift

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
MIT License
3.4k stars 754 forks source link

Remove harmful second creation of mainContainerView. #341

Open NSemakov opened 7 years ago

NSemakov commented 7 years ago

mainContainerView is created 2 times now. One time in property and one time in initView function. The second is redundant and lead to problem, when my view is added to first created mainContainerView, then mainContainerView is replaced by second created and my view is not showing. So, second creation of mainContainerView is removed.

alexookah commented 6 years ago

i also noticed this issue... good job. hopefully this gets into latest changes soon.