Closures, part 1
Today I'm continuing to day 6 of 100 Days of Swift. Today we're back on closures. I use closures a lot in Swift and Objective-C, but mostly by recipe. This recipe/copypasta code is exactly what I'm trying to get past with 100 Days of Swift, so let's dig in …
Continue reading