bestwnh/IGLDropDownMenu

compatible with storyboard?

Opened this issue · 3 comments

Is it possible to be compatible with storyboard in the future?

Can you describe more specific? Because I don't use storyboard much.
Can't you just add an uiview in storyboard and make it be an IGLDropDownMenu?
Or you want more property setup in storyboard? Just tell me more and I will look into it.

Yeah it seems that we must add the control by code, and if we add it through storyboard as described above, it shall not work at all.

Thank you for the useful information. I committed some codes(cedb096) to fix this issue. Please pull the newest code and make some try. Just let me know if it still not working for you.