ghost

2pods

NEIApplicationConfig

NEIApplicationConfig allows developers to have configurations defined in a config file per environment & bundle identifier, which makes deployment and testing multiple versions easier. While usage of application properties via .plist is useful, NEIApplicationConfig allows you can easily target Simulator, Device and Production environments respectively, in addition to overrides specific to a bundle identifier, e.g. Production, Beta, Adhoc, etc. With NEIApplicationConfig, you will specify a default configuration as a baseline, and overrides that are pertinent to their respective circumstances.

License: MIT

  • Objective C

Peekaboo

Peekaboo is an iOS API which allows you easily use a UIScrollView to automatically hide the navigation and toolbar or other UIViews you configure using optional delegate methods.

License: MIT

  • Objective C