Any examples using Google and Apple sign in with iOS SDK?

We are using the Okta iOS SDK with a custom sign in view for our app. We would like to offer the option of using Google and Apple sign in as well. We have Google and Apple configured with Okta on our website. Are there any examples showing how to pass control to Okta after using a third party authorizer?

Hello,
For users that want to authenticate with Google/Apple you can use the signInWithBrowser() call and specify the IdP id.

The Okta Signin With Browser sample will demonstrate how to register a callback schema so the browser can redirect back to your application after authentication