Hello,
Am using SensibleTableView and think it is great so far, used in a recent project but that was quite simple.
I have a requirement for my next project to set a cell in the middle of a Table View to contain an image, the index of this cell may change so not sure how you set the height of this cell. Also is there a cell type that contains a UIImage?
Can someone help?
An example of this at the moment is attached. At the moment it is at the end but I want it to be in the middle but this may change and at the moment I set the height in a standard UITableView delegate method.