Viewing the app using iOS Simulator
So far you have been testing the web-app portion of Ionic. In order to view the app in the simulator, follow the next steps.
How to do it...
- Add the specific platform using:
$ ionic platform add ios
Note
Note that you need to do the "platform add" before building the app.
$ ionic build ios
- The last step is to emulate the app:
$ ionic emulate ios