Re: iOS table views using multiple cell subclasses.

2014-10-22 Thread Mike Abdullah
On 22 Oct 2014, at 15:19, Alex Zavatone wrote: > On my past two gigs, I've spent a fair amount of time subclassing > UITableViews and UITableViewCells. > > Yesterday another programmer came to me with a question where he wants to > plop text of variable lines into a custom footer in his table

iOS table views using multiple cell subclasses.

2014-10-22 Thread Alex Zavatone
On my past two gigs, I've spent a fair amount of time subclassing UITableViews and UITableViewCells. Yesterday another programmer came to me with a question where he wants to plop text of variable lines into a custom footer in his table view. Sure, that will work, but honestly, this looked Ik