I have a problem trying to follow this introduction to the MVVM pattern and RxSwift.
About half way down, he binds the data source (cars) to the tableView. This is the part I can't seem to get working in swift 4.
I'm using the following pods:
pod 'RxSwift', '4.0.0-beta.0'
pod 'RxCocoa', '4.0.0-beta.0'
This is the code I've tried with the error im getting (thought is was easier to see on a picture):

I have looked at all other questions mentioning a fix for this:
RxSwift, RxCocoa and UITableview
Cannot set bind(to: UITableView) with RxSwift Variable asObservable()
But can't seem to make it work with the swift 4 version. Hope you guys can help me out :)