Good day! In advance, here is the project on GitHub: https://github.com/megas781/Civilia
Such a problem: when downloading an image from a file using NSKeyedUnarchiver (i.e. when downloading an application), it rotates based on its “source” orientation. Although when I load an image into a cell from another image (see the AddCMViewController.createButtonTapped method), everything is fine. How to make so that when loading from a file the image is displayed correctly? How would you solve this problem?
