I have a UITableView
and I would like that when they enter a certain area of the device, the cells' content view would appear to be reduced.
Only the part of the cell in this area would be scaled down. How can I achieve that?
I guess it has to use a UIView as an overlay view and apply a transform somehow to the underlying view that crosses it but I have no idea how to do it.