Skip to content

SevenAndrew/Notify-iOS17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

readme

If you want to learn how to use CoreData and are looking for a few examples for tableView, you can download a basis for a minimal note application here. note_app This is just a starting point (with a navigation controller) for app development. This repository serves as an example of CRUD with CoreData.

Three ViewControllers are used in total:

  • NoteCategoryViewController

    Categories for notes can be created here.

Screenshot 2024-04-13 at 22 59 27

A deletion function has been implemented - delete requires swipe left. Screenshot 2024-04-14 at 13 56 08

  • NoteListViewController

    The individual notes can be created in this ViewController, whereas only the title is created here. (This view controller can also be omitted; it was added for demonstration purposes).

Screenshot 2024-04-13 at 22 59 39

  • NoteViewController

    In this view controller, the title and the note's text can be changed and saved.

    Click on the Save button to close the NoteViewController.

Screenshot 2024-04-13 at 22 53 21

About

A simple coredata and tableview setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages