IOSLinkedInAPI
IOSLinkedInAPI copied to clipboard
Presenting webview issue fixed
In previous code, if any controller is already presented on rootViewController then it won't present another one.
In this fix, If Any controller is already presented then we present webview on presentedViewController rather than RootViewController.