2021-02-18 9:03 AM
2021-02-19 1:19 AM
Hi,
You could do this through code. What are you trying to do ? seems interesting.
/Romain
2021-02-19 2:09 AM
Easy way to do it is to wrap particular code (UI components and logic) in something like:
#ifdef SIMULATOR
//...
#endif