0

As I wrote in the title, I'm wondering whether exists some solution to test layout without run the application on device, because it takes 30/45 sec to load itself on the device. I'm working on an iMac i7 with 8GB ram...

Donovant
  • 3,091
  • 8
  • 40
  • 68

1 Answers1

1

Without using a simulator/emulator, the best way is probably to use something like TiShadow. You can then see live updates on the device without having to rebuild.

KenTenMen
  • 240
  • 1
  • 2
  • 10