/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

www.blog.montgomerie.net
| | www.computer-vision-software.com
9.1 parsecs away

Travel
| |
| | www.iamsim.me
9.4 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.
| | kenb.us
6.2 parsecs away

Travel
| | The UISegmentedControl provided by UIKit is a ubiquitous control. However, when it comes to customizing this control, it can get pretty tricky. So I'm going to try to explain how this widget ...
| | swiftui-lab.com
40.0 parsecs away

Travel
| In the first part of this article, we are going to explore how to use .matchedGeometryEffect modifier, to create a hero transition.