I have noticed, that Dwifft cannot be compiled in Xcode 10 and Swift 4.2. Main issues are:
UITableViewRowAnimation renamed to UITableView.RowAnimation.
UITableViewStyle renamed to UITableView.Style.
UIApplicationLaunchOptionsKey renamed to UIApplication.LaunchOptionsKey.
Some other details in example app and test dependencies.
How would you execute the transition to Swift 4.2? Do you think the changes need to be backward compatible? I can see few difficult issues to fix if you required the backward compatibility.
I have noticed, that Dwifft cannot be compiled in Xcode 10 and Swift 4.2. Main issues are:
UITableViewRowAnimation
renamed toUITableView.RowAnimation
.UITableViewStyle
renamed toUITableView.Style
.UIApplicationLaunchOptionsKey
renamed toUIApplication.LaunchOptionsKey
.How would you execute the transition to Swift 4.2? Do you think the changes need to be backward compatible? I can see few difficult issues to fix if you required the backward compatibility.
I am willing to help with the transition.