Interaction Object
As a developer I often find myself in the situation where I have to face the problem to store and get some kind of information in the most possible handy way.
In particular, this happens when you design a static menu list (e.g side panel or harburger menu) using a UITableView
.
In this article I will go to explain how to implement it using the concept of Interaction Object in order to keep our code clean and testable.
Read on →