randomor
randomor

Reputation: 5663

Path app timeline implementation

Can somebody explain how the timeline of Path is implemented? Using UITableviewcell? Specifically I am interested in the nested text under the picture in the profile page? Is it a separate cell? And also how do you implement the timer that scroll with the scroller?

Upvotes: 1

Views: 1561

Answers (1)

Andy Friese
Andy Friese

Reputation: 6469

For that second part of your question you should take a look at TimeScroller on github.

Upvotes: 2

Related Questions