Add 3d touch to profiles

This commit is contained in:
Shadowfacts 2018-10-18 13:30:19 -04:00
parent 6fbd826371
commit 21d10fdf7d
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
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) {