How to present a view controller from an external framework in swift?
NSBundle(identifier: "SendOTPFramework")
,Not NSBundle(path: <#T##String#>)
?Are you sure there is an available identifier?You used different function in different lang.
NSBundle(identifier: "SendOTPFramework")
,Not NSBundle(path: <#T##String#>)
?Are you sure there is an available identifier?You used different function in different lang.