Explore >> Select a destination


You are here

fluffy.es
| | osinski.dev
2.9 parsecs away

Travel
| | [AI summary] The author details a custom implementation of snapshot testing for self-sizing iOS table view cells to ensure UI consistency and generate documentation screenshots.
| | www.iamsim.me
4.7 parsecs away

Travel
| | One of my favorite things in UIKit is UICollectionView. I love how versatile it is. With iOS 13 it got even better with the diffable data source and compositional layout APIs. However, when dealing with collection views there's a lot of boiler plate one has to take care of. In this post I want to share some of the code I've written to make working with collection views a bit nicer.
| | lukecsmith.co.uk
2.2 parsecs away

Travel
| | Coredata and background threads can be simple
| | benoitpasquier.com
19.9 parsecs away

Travel
| With iOS13, Apple is introducing "Sign In with Apple", an authentication system that allows user create an account for your app based on their Apple ID. Let's see how to integrate it in your app and be ready for iOS13 launch.