ios - Selection of Popup Button clearing UI Text Field -
i've been developing programming user can select list of fields popup buttons, press calculate button , depending on choices, string of text gets outputted uitext field.
however text field cleared when user starts selecting other choices in popup button before pressing select button.
is there anyway possible?
just right code in place happens:
/*you can replace thetextfieldyouaretalkingabout 1 talking about*/ thetextfieldyouaretalkingabout.text = ""
Comments
Post a Comment