/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

trycombine.com
| | www.iamsim.me
4.2 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.
| | iphoneincubator.com
2.1 parsecs away

Travel
| |
| | www.jessesquires.com
5.5 parsecs away

Travel
| | Today I am deprecating my open source library, JSQDataSourcesKit. I have already marked the CocoaPod as deprecated and archived the repo on GitHub. I will no...
| | swiftwithmajid.com
28.9 parsecs away

Travel
| Any function marked with the @Test macro can be a test in the world of the Swift Testing framework. But how do you handle the lifecycle of the tests? How do you define test suites and provide setup and teardown functionality? This week, we will learn how to handle the test lifecycle in Swift Testing framework.