gringoireDM / LNZTreeView

A swift TreeView
MIT License
236 stars 47 forks source link

Swift 4.2: UITableViewCellEditingStyle must change to UITableViewCell.EditingStyle #12

Closed dreampowder closed 5 years ago

dreampowder commented 5 years ago

In swift 4.2, the compiler does not compile because of UITableViewCellEditingStyle attributes. Those attributes must change to UITableViewCell.EditingStyle

kuemme01 commented 5 years ago

@dreampowder The Owner already updated to swift version 4.2 but not yet updated the pod. You can reach the swift 4.2 version via: pod 'LNZTreeView', :git => 'https://github.com/gringoireDM/LNZTreeView.git', :branch => 'swift_4_2'

For any reason pod 'LNZTreeView', '~> 1.1.2' doesn't work.

Would be nice if you can update your pod @gringoireDM

dreampowder commented 5 years ago

thanks for the info @kuemme01

gringoireDM commented 5 years ago

@kuemme01 I had a couple of very busy months. I'll update the pod today. :) Sorry for the delay.

kuemme01 commented 5 years ago

What a nice christmas present! I don't expected that so early! Thanks man and have nice holidays! =)