NetAddressKeyboard
NetAddressKeyboard copied to clipboard
UITextField delegate callbacks
Added UITextField delegate callbacks as per issue #1
Also, I had a text field where I switch the input type depending on a selector switch. This caused it to crash as it kept a reference to the delegate when dealloc'd.