Mantle makes it easy to write a simple model layer for your Cocoa or Cocoa Touch application. Core Data solves certain problems very well. If you need to execute complex queries across your data, handle a huge object graph with lots of relationships, or support undo and redo, Core Data is an excellent fit. If you're just trying to access some JSON objects, Core Data can be a lot of work for little gain. Nonetheless, if you're using or want to use Core Data in your app already, Mantle can still be a convenient translation layer between the API and your managed model objects. In order to serialize your model objects from or into JSON, you need to implement <MTLJSONSerializing> in your MTLModel subclass. Mantle doesn't automatically persist your objects for you. However, MTLModel does conform to <NSCoding>, so model objects can be archived to disk using NSKeyedArchiver.

Features

  • Mantle also comes with miscellaneous cross-platform extensions meant to make your life easier
  • Mantle doesn't automatically persist your objects for you
  • If you are writing an application, add Mantle to your project dependencies directly within Xcode
  • If you are writing a package that requires Mantle as dependency, add it to the dependencies list in its Package.swift manifest
  • Mantle can be a convenient translation layer between the API and your managed model objects

Project Samples

Project Activity

See All Activity >

Categories

Frameworks

License

MIT License

Follow Mantle

Mantle Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Mantle!

Additional Project Details

Operating Systems

Apple iPhone, Mac

Programming Language

Objective C

Related Categories

Objective C Frameworks

Registered

2021-05-20