|
You are here |
www.jessesquires.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. | |
| | | | |
benoitpasquier.com
|
|
| | | | | It took me quite some time to get into Reactive Programming and its variant adapted for iOS development with RxSwift and RxCocoa. However, being fan of MVVM architecture and using an observer design pattern with it, it was natural for me to revisit my approach and use RxSwift instead. Thats what I'm going to cover in this post. | |
| | | | |
tech.trivago.com
|
|
| | | | | When thinking about design patterns and architectures in iOS development, MVC might be the first thing that comes to mind for most of you. But throughout the last years, MVC got... | |
| | | | |
rowcoding.com
|
|
| | | The most commonly used rule is "One CMakeLists.txt per target". So your option No. 1. | ||