NutsNews iOS Safari Delegate Build Fix
Section titled “NutsNews iOS Safari Delegate Build Fix”This fixes the Swift build error in SafariView.swift.
What changed
Section titled “What changed”- Moved
safariViewController.delegate = selfto aftersuper.init(...). - Keeps the iPad forced-fullscreen original story browser behavior.
- Keeps iPhone behavior unchanged.
Files changed
Section titled “Files changed”NutsNews/NutsNews/Support/SafariView.swiftNutsNews/NutsNews/Features/Article/ArticleDetailView.swift
