FrankenApps
Jan 27, 2019 - 19:07
Whenever I update the title of a ui.button an animation is shown (so it appears as if the button flickers).
This seems to be normal on iOS, and this is how it can be prevented in native Apps: https://stackoverflow.com/questions/18946490/how-to-stop-unwanted-uibutton-animation-on-title-change
Is there a way to prevent this animation in Pythonista (for example using obj_c )?
I would really like to use a button and not a custom view...