Giter Site home page Giter Site logo

patgdut / blockskit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from blockskit/blockskit

1.0 1.0 0.0 2.91 MB

The Objective-C block utilities you always wish you had.

Home Page: http://blog.dizzytechnology.com/post/13143046733/say-hello-to-blockskit

License: Other

blockskit's Introduction

Blocks in C and Objective-C are downright magical. They make coding easier and potentially quicker, not to mention faster on the front end with multithreading and Grand Central Dispatch. BlocksKit hopes to facilitate this kind of programming by removing some of the annoying - and, in some cases, impeding - limits on coding with blocks.

BlocksKit is a framework and static library for iOS 4.0+ and Mac OS X 10.6+.

Installation

BlocksKit can be added to a project using CocoaPods.

Framework

  • Download a release of BlocksKit.
  • Move BlocksKit.framework to your project's folder. Drag it from there into your project.
  • Add BlocksKit.framework to "Link Binary With Libraries" in your app's target. Make sure your app is linked with CoreGraphics, Foundation, MessageUI, and UIKit.
  • In the build settings of your target or project, change "Other Linker Flags" (OTHER_LDFLAGS) to -ObjC -all_load.
  • Insert #import <BlocksKit/BlocksKit.h> in your project's prefix header.
  • Make amazing software.

Library

  • Download a release of BlocksKit.
  • Move libBlocksKit.a and Headers to your project's folder, preferably a subfolder like "Vendor".
  • In "Build Phases", Drag libBlocksKit.a into your target's "Link Binary With Libraries" build phase.
  • In the build settings of your target or project, change "Other Linker Flags" to -ObjC -all_load. Make sure your app is linked with CoreGraphics, Foundation, MessageUI, and UIKit.
  • Change (or add) to "Header Search Paths" the relative path to BlocksKit's headers, like $(SRCROOT)/Vendor/Headers.
  • Insert `#import <BlocksKit/BlocksKit.h>`` in your project's prefix header.

Documentation

An Xcode 4 compatible documentation set is available using this Atom link. You may also view the documentation online.

License

BlocksKit is created and maintained by Zachary Waldowski under the MIT license. The project itself is free for use in any and all projects. You can use BlocksKit in any project, public or private, with or without attribution.

Unsure about your rights? Read more.

All of the included code is licensed either under BSD, MIT, or is in the public domain. A full list of contributors exists on the project page. Individual credits exist in the header files and documentation. We thank them for their contributions to the open source community.

blockskit's People

Contributors

a2 avatar agoodman avatar blommegard avatar briandoig avatar cysp avatar dlinsin avatar inamiy avatar itsaboutcode avatar kaiwu avatar kommen avatar msch avatar siancu avatar sync avatar zwaldowski avatar

Stargazers

 avatar

Watchers

 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.