Open JidongHe opened 6 months ago
Hello @JidongHe ,
May I know what is the usecase for using delegate
and closures
at the same time?
I would recommend using only one approach if possible for now. And can you please share the full setup if?
Thank you.
In my project,I try init this menu by code and by storyboard , all of them clash when
self.willExpand()
in the file from pods. my code is `func setupMenu(){and terminal print "SwiftyMenu Code Will Expand!" successful,then next second,project get clash