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...
Awesome, thank you! I do prefer to keep the delegate the same. If you inherit from UIScrollView delegate as issue #7 suggests, it should fix the problem mentioned in that issue.
It also may be a good idea to keep changes to feature branches. That way you can send specific things as pull requests, and you can make any custom changes to your master.
Awesome, thank you! I do prefer to keep the delegate the same. If you inherit from UIScrollView delegate as issue #7 suggests, it should fix the problem mentioned in that issue.
It also may be a good idea to keep changes to feature branches. That way you can send specific things as pull requests, and you can make any custom changes to your master.