|
You are here |
sarunw.com | ||
| | | | |
nilcoalescing.com
|
|
| | | | | Programmatically scroll SwiftUI ScrollView to a newly added item by combining ScrollViewReader and onChange() view modifier. | |
| | | | |
lukecsmith.co.uk
|
|
| | | | | Make List items selectable in SwiftUI | |
| | | | |
swiftwithmajid.com
|
|
| | | | | What I love most about SwiftUI is how the same code adapts to the environment and provides platform-specific solutions. This is how SwiftUI allows us to run the same code on all Apple platforms available on the market. This week, we will talk about inspectors, another API that perfectly adapts the platform it is running for. | |
| | | | |
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. | ||