I am making a custom keyboard and i want to change my keyboard layout to adapt to the UITextField
type (url, websearch, email) every time user change the focus between textfields.
For example:
- Beginning, user inputs in url textfield, my keyboard will show a dot button.
- After finished the editing in url textfield, user focus on email textfield, my keyboard will replace a dot button by @ button.
The question is how to catch this even in custom keyboard?