I am writing an app where the user chooses images to use in the app, which will be saved and then loaded into a table view. I am saving the data of the image to the document
Never store a full path. An app's sandbox changes over time. Just store the file name. When you want to get the full path to the file, calculate it at runtime based on the stored filename and the current value for the Documents folder.