From a452d50e7299785735a16528493b0de614288dbf Mon Sep 17 00:00:00 2001 From: "@dodsios" Date: Tue, 23 Aug 2016 17:28:17 +0100 Subject: [PATCH] made scrollView public --- TABScrollingContentView/ScrollingContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TABScrollingContentView/ScrollingContentView.swift b/TABScrollingContentView/ScrollingContentView.swift index 09785c7..470d701 100644 --- a/TABScrollingContentView/ScrollingContentView.swift +++ b/TABScrollingContentView/ScrollingContentView.swift @@ -60,7 +60,7 @@ public class VerticalScrollingContentView: UIView { // MARK: Public properties /// The scroll view created and owned by the Vertical or HorizontalScrollingContentView. NOTE: you should never add subviews to this directly, this should instead be handled by the addSubviews(subviews: [UIView], _ , _ ) on the instance of VerticalScrollingContentView. - let scrollView: UIScrollView + public let scrollView: UIScrollView /// The delegate of the underlying scroll view. public weak var delegate: UIScrollViewDelegate? {