I'm trying to implement a timeline liked path in my iPhone app. I think tableview should be used here. But in Path, each table cell will be different if the content is different. For example when there is a location available, there be a location icon in the timeline. Like the following:
I think the cell in tableview should be similar, so I'm confused how to implement a timeline like Path. Is there any good idea or reference or open source I can learn from? Thank you!