views:

179

answers:

1

Hi, anyone does knows how redraw a view when debugging code? When Xcode is in the debugger mode, doesn't refresh the screen. If I add a view or a button, nothing is show on the screen!

A: 

No - you need to rebuild the project so it deploys the latest app to the Simulator

zinc