Our amazing Lead Front End Developer, Alex, recently co-created the @onewayroad2beer as a countdown to lockdown freedom. There are only 12 days and 10 hours to go until we can have a beer (or coffee) in the park with five friends! Cheers to that 🍻
bit.ly/3et1mRV
@ruthersish@apamphilon@KatieBaxie Hey Graeme, this is neat! You may need to space the desktop numbers slightly more, but you could add: "font-variant-numeric: tabular-nums;" and your numbers won't jump around as it counts down :-)
I've done a little website to help us navigate the various stages on the road to (beer) freedom.
Give it a share if you like 🍺
onewayroadtobeer.com
Code: @apamphilon
Colours: @KatieBaxie
The launch screen cache on iOS can be a pain when you want to quickly iterate while creating a new launch screen in a storyboard. Today I learned how to fix that 😄
rambo.codes/ios/quick-tip/…
@BryanRahn@_inside So did you launch without a fix? It's hard to know when the cache invalidates itself. Did your app users eventually get the new launch screen?
@BryanRahn@_inside Thanks for getting back. Does this fix work in production? Seems like it could be a bad idea to delete the cache on every app load. Is it an iOS bug?
@_inside Thanks for the tip 😀. I am seeing this issue on a TestFlight build. Do you know if this will also cause a caching issue in the production app if launched?