Skip to content

Commit 89c5406

Browse files
author
Gürhan Yerlikaya
committed
better to make subclass of UIView
1 parent 47e3fb4 commit 89c5406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ScrollableStackView/Classes/ScrollableStackView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import UIKit
1010

11-
@objc public class ScrollableStackView: UIStackView {
11+
@objc public class ScrollableStackView: UIView {
1212

1313
fileprivate var didSetupConstraints = false
1414
fileprivate var scrollView: UIScrollView!

0 commit comments

Comments
 (0)