Imagine such case – you have list of messages, each one with timestamp. And you want to show them in the same way they arrived, with same timings. […]
iOS
Posted on:
How to check object’s reference count in Swift 3?
Sooner or later, you will face the problem with object which are not deallocating. How to check if object gets deallocated? Just use deinit method like below: deinit […]