I know you cannot mix Static and Dynamic cell types in a single UITableView
but I couldn't think of a better way to describe my issue.
I have several predetermined cells with fixed content, I also have an unknown number of cells with dynamic content which sits in the middle. So I want to my table to look something like this:
Fixed
Fixed
Fixed
Dynamic
Dynamic
Dynamic
Dynamic
Dynamic
Fixed
Fixed
So how exactly do you recommend I approach this in my cellForRowAtIndexPath
method?
Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…