|
You are here |
www.blog.montgomerie.net | ||
| | | | |
www.computer-vision-software.com
|
|
| | | | | ||
| | | | |
www.iamsim.me
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | In the first part of this article, we are going to explore how to use .matchedGeometryEffect modifier, to create a hero transition. | ||