Thomas Grapperon
@tgrapperon
iOS at @roam
Also, SongKit (songkit.app) and Chord! (getchord.com)
ID: 182942828
https://getchord.com 25-08-2010 19:43:22
1,1K Tweet
493 Followers
775 Following
We can get some nice effects using `containerShape` matching with `preferredCornerRadius`. Once the standard background is cleared, we can use a standard SwiftUI background without meddling with the VC hierarchy and also get automatic vibrancy. cc/ Daniel Saidi, @ericlewis
Hey Karoy Lorentey! Is `memcmp(oset1,oset2, XX) == 0` a good indicator to know if two `OrderedSet` can't be different? I'm wondering if I can rely on this check before falling back to `==` if `memcmp != 0`. As I'm getting it, they're CoW, so their backing storage should change. Right?