|
You are here |
whackylabs.com | ||
| | | | |
justabeech.com
|
|
| | | | | When Apple announced Xcode 6 at WWDC14, one feature in particular excited me namely Xcode Live Rendering.This means an end to all the empty white views in pl... | |
| | | | |
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. | |
| | | | |
noahgilmore.com
|
|
| | | | | It's been a year since SwiftUI was released, and many iOS developers who are lucky to only support the two most current iOS versions will soon be able to start writing SwiftUI in their production apps. There are clear benefits to using SwiftUI (I could probably devote a whole post to them), so the question I've been thinking about is: where to start? | |
| | | | |
www.jessesquires.com
|
|
| | | A few days ago I was (finally!) updating a project to use Swift 2.2 and I ran into a few issues when converting to use the new #selector syntax introduced by... | ||