We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import UIKit final class SearchViewController: DisposeContainer { @IBOutlet private(set) var searchTextField: UITextField! @IBOutlet private(set) var segmentedControl: UISegmentedControl! @IBOutlet private(set) var tableView: UITableView! }
And a simple protocol.
import RxSwift protocol DisposeContainer { var bag: DisposeBag { get } }
There will be no code added inside this view controller, not even in extension, I promise😉
Interesting how? Continue reading.
There was an error while loading. Please reload this page.