lukescott / TimelineView

TimelineView functions like a UITableView, but allows you to position cells anywhere using a custom frame (CGRect). This allows you to have irregular spacing, overlapping cells, etc...
MIT License
42 stars 13 forks source link

Need to add a scale for the TimelineView #4

Open lukescott opened 11 years ago

lukescott commented 11 years ago

Need to add a TimelineScaleView for the TimelineView. This would probably be a fixed view with a drawRect that draws different parts of the scale depending on the scroll position. For the TimelineView itself, it would just accept any kind of UIView and keep its position fixed while scrolling and cause the scale view to redraw.

Currently don't have a need for it in my current project, so the priority for it isn't very high.

ethansinjin commented 8 years ago

Looks like I'll be chugging away at this in my fork this week

lukescott commented 8 years ago

Awesome :)!