Tusker/Tusker/Screens/Profile
Shadowfacts d27bddb2ca Fix profile header image not showing up on first load
The issue occurred because the profile header would kick off a request
upon loading, then the profile table would request the initial set of
statuses shortly thereafter which would result in reloadData being called
which would cancel the request without removing the group, so the request
generated by the newly-reloaded header cell would attach a callback to
the cancelled request, resulting in the header image never displaying.
2020-06-15 22:34:42 -04:00
..
MyProfileTableViewController.swift Improve ImageCache loading 2020-01-25 10:30:04 -05:00
ProfileTableViewController.swift Fix profile header image not showing up on first load 2020-06-15 22:34:42 -04:00