Add 3d touch to profiles

This commit is contained in:
Shadowfacts 2018-10-18 13:30:19 -04:00
parent 4cb4f165e2
commit f2eff32e71
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ class ProfileTableViewController: UITableViewController, PreferencesAdaptive {
add(loadingVC!)
shouldLoadOnAccountIDSet = true
}
registerForPreviewing(with: self, sourceView: view)
}
override func viewWillAppear(_ animated: Bool) {