In this repository, you'll find a simple iOS app designed to demonstrate the fundamental CRUD (Create, Read, Update, Delete) operations on user data using Realm (a mobile database).
- realm-swift (CocoaPods)
- Swift, UIKit, Storyboard
Follow the installation process to set up the project with Realm-Swift.
- Clone this repository and navigate to the project directory.
- Run
pod install
to incorporate the necessary dependencies, including realm-swift.

Explore, experiment, and enhance your understanding of Realm-Swift within the iOS environment. Happy coding!