I have created a custom SummaryViewCell by extending TKListViewCell. This has a default height and shows summary information. Upon being selected it reloads the the item and switches to use a DetailedViewCell which has an increased height.
Whilst this detailed cell displays correctly, it renders over the top of the cell below it. See screenshot attached.
Does TKListView support mixed height cells? Am i missing something fundamental?
thanks in advance for your help.