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
class ViewController:UIViewController, KeyboardObserver{ | |
//@IBOutlet weak var scrollViewOutlet:UIScrollView! | |
var container:UIView{ | |
return self.view | |
//If container is a scrollview, create an outlet for scrollview and return it like below | |
//return self.scrollViewOutlet | |
} | |