Try the new try?

With the new Xcode 7 beta 6 that was released earlier this week, Apple introduced the new try?  keyword. It gives us some more flexibility when handling operations that may throw…

Continue Reading Try the new try?

Sync-Async Pair Pattern – Easy concurrency on iOS

Apple provides many tools for implementing concurrency in your application. NSOperationQueue, GCD, or simply using performSelectorInBackground:withObject: that is available on each and every object, are just some examples. The tools…

Continue Reading Sync-Async Pair Pattern – Easy concurrency on iOS

End of content

No more pages to load