Awful / Awful.app

Something Awful Forums browser for iOS
https://forums.somethingawful.com/showthread.php?threadid=3837546&perpage=40&noseen=1
137 stars 45 forks source link

Fix some posts screen weirdness: long-press, disappearing title, missing plat icon in dark theme #1191

Closed nolanw closed 3 months ago

nolanw commented 3 months ago

Long-press weirdness was seemingly introduced by asynchronously asking for the recognizer's location. Going back to synchronously getting the location in the action method seems to work better.

Disappearing title is probably something we're holding wrong, but somehow the navigation item's titleView gets removed from its navigation bar. We can reinsert it by clearing then re-setting the titleView when accessing titleLabel.

Missing plat icon is just a nonexistent image resource. I probably carelessly deleted it :/