Ionic on IOS

Hello,
I’m new in Ionic, and I have a job where I develop a prototype of an app, this prototype should be run in a IOs, there is a possibility I can run this app with native interface IOs? I saw other questions in the forum and spoke something about css .platform-ios, but I think it would not let the app similar to the native.
Thanks!

If I understand your question, you want to run your project on IOS.

You could just do:

1. $ ionic build ios
2. $ ionic run ios