Notification Center on steroids

Like all Objective-C APIs, Notification Center has Strings everywhere. With iOS10 Apple introduced NSNotification.Name but, still, there is some space for improvement. If you use notifications without any payload, new nested type

Strongly typed collection cells vol. 2

Let's continue the work we did in the previous post [https://arturgruchala.com/strongly-typed-collection-cells/] by making UITableView and UICollectionView handle cells without hassle. Elevating Reusable protocol, write extension: From now on,

Strongly typed collection cells

Do you ever feel that using Strings as identifiers is not ideal? Losing track of names in storyboards, constants, view controllers, and data sources? We all have been there. There is a solution

Welcome!

Hi everyone, this is my iOS/Swift blog. You will find many useful tips and snippets soon! Stay tuned!