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
2019-12-30 16:00:14 -05:00
2019-12-30 16:00:14 -05:00
2018-11-09 15:48:08 -05:00
2020-05-14 22:43:37 -04:00
2018-09-29 22:20:17 -04:00
2018-08-16 22:39:16 -04:00
2020-02-22 15:29:42 -05:00
2018-09-23 21:37:10 -04:00
2019-12-30 16:00:14 -05:00

Tusker

Tusker is a WIP iOS app for Mastodon and Pleroma.

Installing for Development

Xcode 11 is required, macOS Mojave or later should work (only macOS Catalina is regularly tested).

  1. Clone the project: git clone https://git.shadowfacts.net/shadowfacts/Tusker.git
  2. Change directory into the project: cd Tusker
  3. Clone the submodules: git submodule init && git submodule update
  4. Open Tusker.xcworkspace in Xcode.
  5. Change the code signing identity to your own.
  6. Change the bundle identifier to something unique.
  7. Select a target in the Tusker scheme and build & run.
Description
An iOS app for Mastodon, Pleroma, and more.
https://vaccor.space/tusker
Readme
Languages
Swift 100%