kf99916/TimelineTableViewCell

How to truncate the joining line at the last cell.

hemant3370 opened this issue · 2 comments

How to truncate the joining line at the last cell.

Please set Timeline.backColor as UIColor.clear.
You can see the line 31 and 89 at the TimelineTableViewController.swift in the demo.

@kf99916 Ok Thanks.