I am currently working on a project that has a navigation view and a table view. When you click on a certain item it comes up in a different view with different information. How do I get a different image to show up in the same UIImageView with each different item?
Depends on how you're pulling the image, but in the simplest scenario, the image can be stored in your item's class, and you can just do something like: