Commit bc279984 authored by Toby Brennan's avatar Toby Brennan
Browse files

Use interactive keyboard dismissal

parent e213d5ac
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment