Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 834 Bytes

readme.markdown

File metadata and controls

24 lines (16 loc) · 834 Bytes

About DTFoundation

DTFoundation is a collection of utility methods and category extensions that Cocoanetics is standardizing on. This should evolve into a toolset of well-documented and -tested code to accelerate future development.

At a Glance

Contained are several category methods

  • NSString - formatting Numbers
  • NSURL - getting direct-access URLs for preferences and the mobile app store

License

It is open source and covered by a standard BSD license. That means you have to mention Cocoanetics as the original author of this code. You can purchase a Non-Attribution-License from us.

Usage

  1. Include the DTFoundation.framework in your project.
  2. Import the DTFoundation.h in your PCH file or include the individual header files where needed.
  3. There is no step 3.