Embedd native objective-C Components inside ionic webview

I have a task to integrate an iOS library into our ionic project. This iOS library/SDK has both UI and functionality and can’t be decoupled.
I have seen examples of cordova being integrated into native app, but not vice versa.
Is it even possible to integrate the native input components inside an ionic or cordova app?