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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -