iOS mobile application allow you to create, update and delete your notes and attach an image with it.
XCode 9.2 Swift 4.0
is a collection view contain all previous notes you have created and option to delete note or delete multiple notes using long press gesture recognizer. You can view your note by tap on the collection cell that have the not title or image. Also the is the create new note button at the bottom of the view.
this view take your note as a title, optional image and optional note details. using text views and image picker and data action sheets and save it to be persistent in the app using CoreData.
this view show the user his previous note and the capability to edit this note by adding or removing. also to delete the entire note from the app.