MenuKit 0.9.1

MenuKit 0.9.1

TestsTested
LangLanguage Obj-CObjective C
License Apache 2
ReleasedLast Release Mar 2016

Maintained by Matt Magoffin, Matt Magoffin, wmjesstaylor.



MenuKit 0.9.1

  • By
  • Matt Magoffin

A menu and order framework optimized for encoding into barcodes.

MenuKit Sampler

A MenuSampler iOS application is included that demonstrates the core components of MenuKit. See the wiki for more details.

TODO: this is a work in progress.

Project Integration

You can integrate MenuKit via CocoaPods.

CocoaPod subspecs

MenuKit is divided into several CocoaPod components, or subspecs.

  1. Core - this is the default spec if you don't specify anything else. It contains the core domain objects, without any user-interface related code.

  2. UI - provides various user interface support such as views and view controllers to help build a MenuKit-powered app.

  3. RestKit - provides integration with JSON object mapping via the RestKit project. MenuKit only depends on the RestKit/ObjectMapping subspec, and as such does not pull in the full RestKit stack, such as networking support. This is because MenuKit integrates with AFNetworking version 2 but RestKit networking depends on AFNetworking version 1.

  4. AFNetworking - provides integration with AFNetworking version 2 to support network requests for menu resources.