balance-io / old-balance-ios

Balance in Swift
GNU General Public License v3.0
49 stars 16 forks source link

Fix Issue with Add Wallet Button Touch when Keyboard Open (#147) #151

Closed borwahs closed 5 years ago

borwahs commented 5 years ago

Even with the tap gesture cancelTouchesInView set to false, the keyboard dismiss action causes the add action to not fire. The solution is to look if the Add button is what was touched and allow it to continue if so.

Fixes #147