This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ScrollViewPinner.swift | |
// | |
// Created by Charles Joseph on 2017-11-01. | |
// | |
import Foundation | |
import UIKit | |
/// Pins a given scroll view’s width and height to its content size (and insets). Useful when you want to place a scroll view within another scroll view. |