Hey,
I'm using UITextView with NSAttributedString to show links, which automatically makes the links peek and pop, which is great!
What I'm struggling with is finding a way to pop in to an SFSafariViewController instead of popping into Safari.app.
Is there any way to pop into a custom view (or just SFSafariViewController) or do I have to implement peek and pop myself to get that?
Thanks!