Probably you saw many JSON parsing examples, but this one is really easy. And available out of the box with Swift 4. All you have to do is […]
iOS
Posted on:
Fatal error: unexpectedly found nil while unwrapping an Optional value
This can be really painful when you just started with Swift. It really happens very often and can be confusing. Where it comes from?