johnno1962 / injectionforxcode

Runtime Code Injection for Objective-C & Swift
MIT License
6.55k stars 565 forks source link

easy way to update tableview's cell #96

Closed peiweichen closed 8 years ago

peiweichen commented 8 years ago

any easy way to update reusable cell?

johnno1962 commented 8 years ago

How do you mean? You can inject the class of the cell. You’d need to tap into INJECTION_BUNDLE_NOTIFICATION to reload the table view.