Post marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as solved with 3 replies, 0 views
ContentViewModel.swift
// Initialise Model in your View controller
private var viewModel = ContentViewModel()
//Add In Click Event or just call in viewDidLoad()
viewModel.startMatching()