Pythonista Button Flash on Text Change
-
In the UI module, when a button’s text is changed, the whole button flashes. Is it possible to remove this flashing?
-
@b1rchy, I think no, not easily. Thus you might consider e.g. placing a Label inside the Button, and change the text of that. Or go off the deep end and see if there is something in the underlying ObjC UIButton to help you.