#PLTimelineView

PLTimelineView is a customized timeline for iOS, simple and easy to use.

####Preview

preview

####Requirement

  • XCode 8.0

####Support

  • Support infinite scroll timeline view
  • Support loupe detail view
  • Support using and realtime render in Storyboard
  • Magic

####Delegate

@objc public protocol PLTimelineDelegate: NSObjectProtocol {
    
    func timeline(_ timeline: PLTimelineView, didScrollTo date: Date)
    
}

GitHub

View Github