/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.jessesquires.com
| | www.iamsim.me
2.3 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.
| | benoitpasquier.com
4.4 parsecs away

Travel
| | 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
3.4 parsecs away

Travel
| | 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
34.5 parsecs away

Travel
| The most commonly used rule is "One CMakeLists.txt per target". So your option No. 1.