Small Swift Tips Small Swift Tips #02: Using reserved keywords The SmallSwiftTips on this post will show you how you can use some system reserved keywords on your code, if you ever need. A very common example can be founded when declaring enum values. Let's imagine we have an enum and we want to
Small Swift Tips Small Swift Tips #01: Grouping elements using group:by: For the very first SmallSwiftTips I will start with a very handy new Dictionary init that is init(grouping:by:) This new init was introduced on Swift 4 and it helps creating a new grouped Dictionary. It takes a Sequence and a closure as
Small Swift Tips Introducing Small Swift Tips One of my new year’s resolution for 2019 2020 was to create the habit of blogging. Ok, I’m a little late as we are nearly half year, but