This commit is contained in:
Michael Ong
2023-03-02 09:51:03 +08:00
parent 31bb3f01d0
commit e780faa860

View File

@@ -49,7 +49,6 @@ public extension Templates {
}
if let content = content as? UIScrollView {
content.alwaysBounceVertical = true
content.delegate = self
}