From aae97255fcf93f4c75af003f96ef74933b8bf82b Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Thu, 18 Oct 2018 13:30:19 -0400 Subject: [PATCH] Add 3d touch to profiles --- Tusker/Screens/Profile/ProfileTableViewController.swift | 2 ++ 1 file changed, 2 insertions(+) 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) {