Skip to content

Commit dc9bc80

Browse files
committed
updated form method visibility
1 parent f2f377a commit dc9bc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOSFormUtils/Form.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ open class Form: UIScrollView {
152152
/**
153153
Resets the scrolling zone to its original value.
154154
*/
155-
fileprivate func resetScrollingZone() {
155+
open func resetScrollingZone() {
156156
viewScrolledForKeyboard = false
157157
if let _ = originalFrame {
158158
self.frame = originalFrame

0 commit comments

Comments
 (0)