File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public extension Expandable {
2727 }
2828}
2929
30- public class ExpandableViewController : UIViewController {
30+ internal class ExpandableViewController : UIViewController {
3131
3232 var heightConstraint : NSLayoutConstraint !
3333 var isEnlarged = false
Original file line number Diff line number Diff line change 88import UIKit
99
1010public protocol StickyViewControllerSupporting : UITabBarController {
11- var collapsableVCFlow : ExpandableViewController ? { get set }
1211 var collapsedHeight : CGFloat { get }
1312 var animationDuration : TimeInterval { get }
1413 func configureCollapsedTrainingView( withChildViewController childViewController: Expandable )
@@ -17,7 +16,7 @@ public protocol StickyViewControllerSupporting: UITabBarController {
1716}
1817
1918public class StickyViewControllerSupportingTabBarController : UITabBarController , StickyViewControllerSupporting {
20- public var collapsableVCFlow : ExpandableViewController ?
19+ private var collapsableVCFlow : ExpandableViewController ?
2120 public var collapsedHeight : CGFloat = 50.0
2221 public var animationDuration : TimeInterval = 0.5
2322
You can’t perform that action at this time.
0 commit comments