Skip to content

Latest commit

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

KeyboardProtocol: ViewController Extension for ScrollView

LicenseLanguage

KeyboardProtocol is ready to be used with your UIViewController. Scrollview inset and offset, are automatically calculated on the first responder.

How to use:

Import the KeyboardExtension.swift file into your Swift project.

Implement KeyboardProtocol:

classViewController:UIViewController,KeyboardProtocol{...}

Add and connect the ScrollView:

@IBOutletvarscrollView:UIScrollView!

Then register for keyboard notifications:

overridefunc viewDidLoad(){
super.viewDidLoad()self.registerForKeyboardNotification()}

and run. :)

Demo

License

KeyboardProtocol is distributed under the MIT license (see LICENSE.md).

Buy me a beer

If you like my work, please buy me a beer (tap the beer):

Contributors

Daniele Galiotto (founder) - Co-Founder at Nexor Technology srl - www.nexor.it

About

Automatic scrollview content inset and offset

Resources

Stars

31 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages