I have SFSafariViewController working fine in Objective-C, but have not been able to set a separate title (other than the default URL). Does anyone know how to set a separate title?
Asked
Active
Viewed 2,522 times
5
-
Did you ever resolve this issue? – Mike Purcell Aug 16 '16 at 19:45
1 Answers
2
No, you can't set the title for SFSafariViewController.
It's a controller provided for showing the default view of your web page.
If you want to set the title on your web view then you can use WKWebView inside your own controller and can provide all the customisation there.

Sachin Nautiyal
- 568
- 4
- 15