Is that possible to merge IONIC hybrid into Native swift project?

Hello everyone, i’m new to IONIC and I’m an iOS native developer
Company has one app built with iOS swift and one was IONIC app
Now we want to nest IONIC app into native app by clicked one of the tabbar or button inside native swift, is it possible ? or is there any tutorial I can follow? I searched around but I wasn’t able to find anything or any articles with this topic.

Thanks advanced.

I’m not sure if it solves your exact use case, but the Capacitor project sounds like what you need.

Thanks, I may need this later on.
but actually our solution for now is load built web pages from native app through a webkit.
if we need anything call native stuff from Ionic, Capacitor project would definitely a good solution .