Tusker/Tusker/Screens/Utilities
Shadowfacts 02ba45fa34 Fix crash when opening & closing Preferences after changing account
The old ProfileHeaderView was being leaked, and it was still listening
to the preferencesDidChange notification, but crashing because its
delegate (and therefore MastodonController) had been dealloc'd.
2021-02-06 15:29:35 -05:00
..
BackgroundableViewController.swift Move pruning of offscreen rows to when the VC disappears, instead of 2020-10-26 22:55:58 -04:00
DraggableTableViewCell.swift Add multi-window drag and drop to all the things 2020-12-14 18:44:48 -05:00
EnhancedNavigationViewController.swift Move pruning of offscreen rows to when the VC disappears, instead of 2020-10-26 22:55:58 -04:00
EnhancedTableViewController.swift Add multi-window drag and drop to all the things 2020-12-14 18:44:48 -05:00
InteractivePushTransition.swift Remove no longer necessary iOS 13.4 availability checks 2020-09-20 11:34:46 -04:00
LoadingViewController.swift Change white background when loading attachment to black 2020-01-25 22:09:00 -05:00
Previewing.swift Fix crash when opening & closing Preferences after changing account 2021-02-06 15:29:35 -05:00
PreviewingController.swift Add 3d touch peek/pop navigation 2018-10-11 21:52:41 -04:00
RefreshableViewController.swift Add refresh key command 2020-11-14 11:22:47 -05:00
SegmentedPageViewController.swift Tweak MenuController 2020-11-14 22:28:52 -05:00
StatusTablePrefetching.swift Avoid loading cached data into memory when prefetching 2021-01-18 14:50:56 -05:00
TabBarScrollableViewController.swift Add tapping the active tab bar item to scroll to top 2020-07-03 19:36:52 -04:00
TabbedPageViewController.swift Add key commands for prev/next sub tab 2020-11-14 22:26:02 -05:00
TableViewSwipeActionProvider.swift Cleanup 2018-10-20 15:38:17 -04:00
TimelineLikeTableViewController.swift Fix crash when profile screen disappears 2021-01-20 18:41:24 -05:00
TrackpadScrollGestureRecognizer.swift Remove unused pre-iOS 14 code 2021-02-06 13:47:45 -05:00
UIAlertController+Visibility.swift Start rewriting preferences in SwiftUI 2019-06-13 17:53:17 -07:00
UIViewController+Children.swift Add multi-image gallery 2019-06-14 17:23:40 -07:00