Giter VIP home page Giter VIP logo

dtfoundation's Introduction

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

  • NSArray+DTError - parsing array property lists with error reporting
  • NSData+Base64 - Matt Gallagher's base64 methods
  • NSData+DTCrypto - Cryptography methods for NSData
  • NSDictionary+DTError - parsing dictionary property lists with error reporting
  • NSMutableArray+DTMoving - moving multiple array elements to a new location
  • NSObject+DTRuntime - runtime hacking methods
  • NSString+DTFormatNumbers - formatting Numbers
  • NSString+DTUtilities - various utility methods for strings
  • NSString+DTPaths - working with paths
  • NSString+DTURLEncoding - URL encoding methods
  • NSString+DTUTI - string utility methods using UTIs
  • NSURL+DTUnshorten - unshorting of NSURLs
  • NSURL+DTAppLinks - getting direct-access URLs for an app's app store and review page
  • UIImage+DTFoundation - helpful methods for drawing images
  • UIView+DTFoundation - helpful methods for working with views

Other classes simplify working with specialized data

  • DTActionSheet - block-based additions for UIActionSheet
  • DTASN1Parser - a parser for ASN.1-encoded data (eg. Certificates)
  • DTAsyncFileDeleter - asynchronous non-blocking file/folder deletion
  • DTBonjour - communicating over WiFi and Bonjour
  • DTDownload - asynchronous file download with optional resume
  • DTDownloadCache - A file and image cache using DTDownload for downloading
  • DTExtendedFileAttributes - access and modify extended file attributes
  • DTHTMLParser - a libxml2-based HTML parser
  • DTPieProgressIndicator - pie-shaped progress indicator
  • DTScripting - things to work with Objective-C script
  • DTSmartPagingScrollView - a page-based scroll view
  • DTVersion - parsing and comparing version numbers
  • DTZipArchive - uncompressing ZIP and GZ files

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.

Documentation

Documentation can be browsed online or installed in your Xcode Organizer via the Atom Feed URL.

Usage

The DTFoundation.framework is using the "Fake Framework" template put together by Karl Stenerud. All categories employ Karl's LoadabeCategory hack to avoid having to use the -all_load linker flag. If your app does not use ARC yet (but DTFoundation does) then you also need the -fobjc-arc linker flag.

  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. Add -ObjC to "Other Linker Flags".

dtfoundation's People

Contributors

briandoig avatar cyberdork33 avatar hollance avatar odrobnik avatar renep avatar tomtaylor avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.