home.social

#iosprogramming — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #iosprogramming, aggregated by home.social.

  1. I didn’t expect to delve so much into Swift Concurrency at this moment, but it was so interesting investigating what’s working and why I just couldn’t resist. 😅 Don’t get me wrong, I still know very little, but at least I could try to explain the async code I’m writing. 😆
    #SwiftConcurrency #iOSProgramming

  2. TIL: To ensure a consistent spacing between the elements in your `UICollectionView`, you must set both `minimumInteritemSpacing` and `minimumLineSpacing` to the same value when using `UICollectionViewFlowLayout`.

    THX 😅