SFSafariViewController header

I have SFSafariViewController working fine in Objective-C but was unable to set a separate header (other than the default url). Does anyone know how to set a separate header?

+3


source to share


1 answer


No, you cannot set a title for the SFSafariViewController.

It is a controller for displaying the default view of your web page.



If you want to set the title in your web view, you can use the WKWebView inside your own controller and can provide all the settings there.

0


source







All Articles