enricmacias / ExpandableTableViewController

Swift library to easily show, hide and customize table view cells as an expandable list of items.
MIT License
37 stars 9 forks source link

Lack of Swift 4.2 support #15

Open vkolosovsky opened 5 years ago

vkolosovsky commented 5 years ago

Cannot build with swift 4.2:

Pods/ExpandableTableViewController/ExpandableTableViewController/Classes/ExpandableTableViewController.swift:214:54: 'UITableViewRowAnimation' has been renamed to 'UITableView.RowAnimation'

gkumarlnct commented 5 years ago

Please update this library to Swift 4.2.

vkolosovsky commented 3 years ago

@enricmacias any activity on this?