davdroman / Bohr

Settings screen composing framework
MIT License
1.26k stars 83 forks source link

Dismiss keyboard on background tap or activating other cells #2

Closed ealeksandrov closed 9 years ago

ealeksandrov commented 9 years ago

After presenting a keyboard for textfield the only way to hide it - click Done button. If I click other cells or even go through navigation controller keyboard still persists on screen. Personally I want to hide it on interaction with other cells or even with tap on tableview background.

This can be optional configurable behaviour.

davdroman commented 9 years ago

Good point. I'll take this into account for future updates.

davdroman commented 9 years ago

@ealeksandrov v2.0.0 now supports keyboard dismissal through taps or swipes on the table view :+1: