A note taking application like the default Notes app made using UIKit.
Support for all iOS devices using AutoLayout and macOS (10.15+) using Mac Catalyst.
- UserDefaults and Codable to store custom data locally.
- UITableView to design a master-detail style application.
- Key-Value Observing to handle resizing of note content.
- Modifying ViewController lifecycle methods to customize UI.
- Adding sharing functionality using UIActivityViewController.
- Use Core Data to store note data.
- Allow custom styling using NSMutableAttributedString.
- Allow images as note content.







