netcosports/Dioptra

ViewModel should be `var` and should be set outside

Opened this issue · 0 comments

public let viewModel = BCVideoPlaybackWithControlsViewModel()

According MVVM architecture: Views should receive ViewModels, not provide them.