From 21d10fdf7d3134002dfa864209596b775f29561f 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) {