I just created dynamic framework in swift. I integrated in my other app. I am able to redirect from app to dynamic framework view. In that performed some task like call API and get response with parameters. In failure response, I show popup Alert and click on Ok button Alert closure return to previous or parent app with return parameters.
How can I solve this problem?
I used .xib
with Swift 4.
Any help will be appreciated.