diff --git a/Tusker/Screens/Profile/ProfileTableViewController.swift b/Tusker/Screens/Profile/ProfileTableViewController.swift index e61df74c..aef336ab 100644 --- a/Tusker/Screens/Profile/ProfileTableViewController.swift +++ b/Tusker/Screens/Profile/ProfileTableViewController.swift @@ -83,6 +83,8 @@ class ProfileTableViewController: UITableViewController, PreferencesAdaptive { add(loadingVC!) shouldLoadOnAccountIDSet = true } + + registerForPreviewing(with: self, sourceView: view) } override func viewWillAppear(_ animated: Bool) {