nghialv / Hakuba

:cherry_blossom: Cellmodel-driven tableview manager
MIT License
474 stars 40 forks source link

how to get HeaderFooterView #44

Open remirobert opened 8 years ago

remirobert commented 8 years ago

I need to catch a UIButton action event present on a HeaderFooterView. So I have the HeaderFooterViewModel, but how to access to the view after presentation in my UIViewController ?

Thanks in advance.