xcode - Handler for Changing Texts in UIAlertView -


i need event handler uitextfields inside uialertview. specific, when text in being changed. -(void)textfielddidbeginediting:(uitextfield *)textfield{ nslog(@"text entry"); }

is possible? thanks

you should create uitextfield delegate class , set textfields delegate property. implementing method mentioned in question fire once textfield edited

https://developer.apple.com/library/ios/documentation/uikit/reference/uitextfielddelegate_protocol/

good luck


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -