This file contains hidden or 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
import UIKit | |
// To make it work, add this to your child viewController: | |
// override func viewDidLoad() { | |
// super.viewDidLoad() | |
// baseScrollView = scrollView | |
// myTextView.delegate = self // Set delegate = self for each UITextView | |
// } | |
extension UIEdgeInsets { |
NewerOlder