/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

jessesquires.github.io
| | leanprover-community.github.io
3.3 parsecs away

Travel
| |
| | www.iamsim.me
4.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.
| | www.jessesquires.com
2.7 parsecs away

Travel
| | Today I am deprecating my open source library, JSQDataSourcesKit. I have already marked the CocoaPod as deprecated and archived the repo on GitHub. I will no...
| | www.bfilipek.com
27.2 parsecs away

Travel
| Variadic Templates from C++11 is probably not a feature that you use on a daily basis. But recently, I've come across one refactoring example where I've decided to give a try and apply variadics. Intro When I was doing some work in some old UI code I've noticed several similar lines of code that looked like that: