Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
ASCollectionView
Commits
bc279984
Commit
bc279984
authored
4 years ago
by
Toby Brennan
Browse files
Options
Download
Email Patches
Plain Diff
Use interactive keyboard dismissal
parent
e213d5ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Sources/ASCollectionView/Implementation/ASCollectionView.swift
+1
-1
...es/ASCollectionView/Implementation/ASCollectionView.swift
with
1 addition
and
1 deletion
+1
-1
Sources/ASCollectionView/Implementation/ASCollectionView.swift
+
1
-
1
View file @
bc279984
...
...
@@ -182,7 +182,7 @@ public struct ASCollectionView<SectionID: Hashable>: UIViewControllerRepresentab
assignIfChanged
(
collectionView
,
\
.
alwaysBounceHorizontal
,
newValue
:
parent
.
alwaysBounceHorizontal
)
assignIfChanged
(
collectionView
,
\
.
showsVerticalScrollIndicator
,
newValue
:
parent
.
verticalScrollIndicatorEnabled
)
assignIfChanged
(
collectionView
,
\
.
showsHorizontalScrollIndicator
,
newValue
:
parent
.
horizontalScrollIndicatorEnabled
)
assignIfChanged
(
collectionView
,
\
.
keyboardDismissMode
,
newValue
:
.
onDrag
)
assignIfChanged
(
collectionView
,
\
.
keyboardDismissMode
,
newValue
:
.
interactive
)
updateCollectionViewContentInsets
(
collectionView
)
assignIfChanged
(
collectionView
,
\
.
allowsSelection
,
newValue
:
true
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment