Skip to content
Snippets Groups Projects
Commit 28b07dfd authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Add cancellables set to DrawerController

parent ea95e582
No related branches found
No related tags found
3 merge requests!71Releasing v1.1.5 (214),!69Implemented filtering for banned/blocked users and reporting,!67v1.1.5 b(203)
import UIKit import UIKit
import Combine
public final class DrawerController: UIViewController { public final class DrawerController: UIViewController {
lazy private var screenView = DrawerView() lazy private var screenView = DrawerView()
private let content: [DrawerItem] private let content: [DrawerItem]
public var cancellables = Set<AnyCancellable>()
public init(with content: [DrawerItem]) { public init(with content: [DrawerItem]) {
self.content = content self.content = content
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment