EurekaCommunity / SplitRow

A row for Eureka to put two rows side by side into the same UITableViewCell
MIT License
56 stars 27 forks source link

Keyboard hides SplitRow #3

Closed marbetschar closed 6 years ago

marbetschar commented 6 years ago

As soon as the keyboard gets visible, the SplitRow should be moved if necessary to avoid having the keyboard hiding the SplitRow.

marbetschar commented 6 years ago

This is fixed now by implementing the isFirstResponder property in SplitRowCell