GithubHelp home page GithubHelp logo

pwillsey / dtfoundation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cocoanetics/dtfoundation

0.0 2.0 0.0 1.87 MB

Standard toolset classes and categories

License: BSD 2-Clause "Simplified" License

Objective-C 62.60% C 36.93% Ruby 0.47%

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+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
  • DTBase64Coding - Matt Gallagher's base64 methods in a class instead of a category
  • DTCustomColoredAccessory - a customizable accessory view for UITableView
  • 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 2-clause BSD license. That means you have to mention Cocoanetics as the original author of this code and reproduce the LICENSE text inside your app.

You can purchase a Non-Attribution-License for 75 Euros for not having to include the LICENSE text.

We also accept sponsorship for specific enhancements which you might need. Please contact us via email for inquiries.

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. 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

odrobnik avatar renep avatar briandoig avatar javisoto avatar fabiopelosin avatar hollance avatar tomtaylor avatar cyberdork33 avatar

Watchers

James Cloos avatar Peter Willsey 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.