PatrykKaczmarek / KeyboardLayoutGuide

An easy yet effective solution for handling keyboard occurrence on iOS devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyboardLayoutGuide

This repository is part of Introduction To Missing Keyboard Layout Guide code story. Read it for more information.

Content

The repository contains a surprisingly simple solution used by me for the keyboard handling issue. It consists of source files and 4 demo cases for:

  • A sign-in screen: has a simple view hierarchy
  • A ruler screen: contains UIScrollView with long content size
  • A catalog screen: contains UITableView with content filtering
  • A πŸŽ‰ screen: reacts on the keyboard occurrence

Happy coding πŸ‘©β€πŸ’»πŸ§‘β€πŸ’»!

About

An easy yet effective solution for handling keyboard occurrence on iOS devices.

License:MIT License


Languages

Language:Swift 100.0%