Skip to content

Instantly share code, notes, and snippets.

@thepearl
Last active January 10, 2021 20:53
Show Gist options
  • Save thepearl/4846092fc3547b3c91a3abac6011f3ce to your computer and use it in GitHub Desktop.
Save thepearl/4846092fc3547b3c91a3abac6011f3ce to your computer and use it in GitHub Desktop.
MainView init
import UIKit
import Combine
class MainView: UIViewController
{
@IBOutlet weak var searchBar: UISearchBar!
@IBOutlet weak var tableView: UITableView!
override func viewDidLoad()
{
super.viewDidLoad()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment