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

javascript - Js, document.getElementById("ID").innerHTML, error -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -

jquery - jqGrid update specific column data with out refreshing the entire column? -