Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xx messenger iOS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
xx messenger iOS
Commits
28b07dfd
Commit
28b07dfd
authored
2 years ago
by
Dariusz Rybicki
Browse files
Options
Downloads
Patches
Plain Diff
Add cancellables set to DrawerController
parent
ea95e582
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!71
Releasing v1.1.5 (214)
,
!69
Implemented filtering for banned/blocked users and reporting
,
!67
v1.1.5 b(203)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Sources/DrawerFeature/DrawerController.swift
+2
-1
2 additions, 1 deletion
Sources/DrawerFeature/DrawerController.swift
with
2 additions
and
1 deletion
Sources/DrawerFeature/DrawerController.swift
+
2
−
1
View file @
28b07dfd
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment