bhlvoong / LBTATools

Set of tools to drastically improve development speed of UI in iOS applications
MIT License
727 stars 94 forks source link

Added delegate for every cell. #15

Closed JuanFcoMiranda closed 4 years ago

JuanFcoMiranda commented 5 years ago

Added a delegate to enable Custom Delegation in every cell.

bhlvoong commented 5 years ago

There's already something called a 'parentController' that does mostly what you want here. You just need to cast it into whatever class you need.