Zoomable timeline with UIScrollView

1k Views Asked by At

I am working on making something like this: http://almende.github.com/chap-links-library/js/timeline/doc/

It's a zoomable timeline for calendars and such. I began with UIScrollView, but soon realised that this will be a huge hassle. I only found This repo, it looks bad, and its vertical. In addition its not zoomable.

This isn't too rare of a user interface object, so i suspect there are some repo for it that i'm not finding. If there is, can someone please link it?

If not, it would be great if someone could explain me how I can make one myself, or explain something, just give me some insight and get me motivated. (I'm a newbie programmer, help is good)

-Do i have to handle zooming with CA and path drawing instead of UIKit?

-Is UIScrollView more suited for this than say, UICollectionView, or just a custom made UIControl?

-How do I make scrollviews zoomable only horizontally?

Apologies for the horrible question.

0

There are 0 best solutions below