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

fix compiler warning with explicit cast #9

Open ethansinjin opened 8 years ago

lukescott commented 8 years ago

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.