NetAddressKeyboard
NetAddressKeyboard copied to clipboard
UITextField delegate may sometimes be needed
I have a scenario where I need the UITextField delegate calls to move the screen up so the text field isn't hidden underneath the keyboard. This just isn't possible as the NetAddressKeyboard takes ownership of the delegate methods.
Is there anyway to relay the delegate methods back to the view controller for use?