My design looks like a table cell. But I only have two "cells" so i decided to draw them using UIViews with a height of 1 so that I looks like a straight line.
But what I now want to do is to make one of the "cells" touchable so when you tap the cell it should expand and show a few more UILabels listing more information.
Should I code this based on my current way with the UIView, or os there a better way to do it using cells or whatever?
I only went with UIView because I only have two "cells"