nghialv / Hakuba

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

Get a cell #23

Closed remirobert closed 8 years ago

remirobert commented 8 years ago

Hi, is it posible to get a cell from :

self.hakuba[index]...

Because I have some UIButton, inside my cell, and I would like to catch the event, in my UIViewController.

Thanks in advance. :+1:

remirobert commented 8 years ago

Also, I have some cell which contain UITextField, how can I get back the content of my cell ?

remirobert commented 8 years ago

Fix with my pull request #25 : b37e598

nghialv commented 8 years ago

Please use hakuba.getCell(indexPath). Thanks.