Suppose you are developing Settings.app (the iPhone settings application) and want to add features to the text replacement system.
To check this screen, you need to go through all the screens Settings > General > Keyboard > Text replacement, which is very painful if you do it often.
What options can I directly test on the Replace Text screen? Or, alternatively, quickly jump to a specific screen?
Keep in mind that we usually set things on the previous screens: state, singleton, global variables, etc.
I don’t know the magic way to do this. Then I would like to know what your tricks and tips are (you use different schemes: do you arrange your status code in such a way that it is easier to test the screen?)
source
share