Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Commit

Permalink
made scrollView public
Browse files Browse the repository at this point in the history
  • Loading branch information
samdods authored Aug 23, 2016
1 parent b96c997 commit a452d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TABScrollingContentView/ScrollingContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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? {
Expand Down

0 comments on commit a452d50

Please sign in to comment.