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
6c4313c1
Commit
6c4313c1
authored
2 years ago
by
Bruno Muniz
Browse files
Options
Downloads
Patches
Plain Diff
fix handle touches and transitioning delegate
parent
4249191b
No related branches found
Branches containing commit
No related tags found
1 merge request
!100
Fixes scrolling of nickname drawer
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Sources/AppNavigation/PresentNickname.swift
+2
-2
2 additions, 2 deletions
Sources/AppNavigation/PresentNickname.swift
with
2 additions
and
2 deletions
Sources/AppNavigation/PresentNickname.swift
+
2
−
2
View file @
6c4313c1
...
@@ -52,11 +52,11 @@ public struct PresentNicknameNavigator: TypedNavigator {
...
@@ -52,11 +52,11 @@ public struct PresentNicknameNavigator: TypedNavigator {
let
controller
=
viewController
(
action
.
prefilled
,
action
.
completion
)
let
controller
=
viewController
(
action
.
prefilled
,
action
.
completion
)
scrollViewController
.
addChild
(
controller
)
scrollViewController
.
addChild
(
controller
)
scrollViewController
.
contentView
=
controller
.
view
scrollViewController
.
contentView
=
controller
.
view
scrollViewController
.
wrapperView
.
handlesTouchesOutsideContent
=
tru
e
scrollViewController
.
wrapperView
.
handlesTouchesOutsideContent
=
fals
e
scrollViewController
.
wrapperView
.
alignContentToBottom
=
true
scrollViewController
.
wrapperView
.
alignContentToBottom
=
true
scrollViewController
.
scrollView
.
bounces
=
false
scrollViewController
.
scrollView
.
bounces
=
false
controller
.
didMove
(
toParent
:
scrollViewController
)
controller
.
didMove
(
toParent
:
scrollViewController
)
c
ontroller
.
transitioningDelegate
=
transitioningDelegate
scrollViewC
ontroller
.
transitioningDelegate
=
transitioningDelegate
scrollViewController
.
modalPresentationStyle
=
.
overFullScreen
scrollViewController
.
modalPresentationStyle
=
.
overFullScreen
action
.
parent
.
present
(
action
.
parent
.
present
(
...
...
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