Giter Club home page Giter Club logo

blockskit's Introduction

Overview

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 static library for iOS 3.2 and up. It can technically work on Mac OS X 10.6+ (with Chameleon for the UIKit stuff), but this project does not encompass that target at this time.

What's Included

  • Performing blocks on an NSObject.
  • Key-value observation (<NSKeyValueObserving>) using a block handler
  • Associated objects using an Obj-C API. (Not directly block-related.)
  • NSArray, NSSet, and NSDictionary filter utilities
  • BKMacros, for more quickly typing out the above.
  • NSInvocation creation using blocks
  • NSTimer block execution
  • UIAlertView, UIActionSheet with block callbacks
  • Block initializers for UIControl and UIBarButtonItem
  • Initializer for UIGestureRecognizer
  • On-touch utilities for UIView.
  • both delegation and block callbacks on NSURLConnection

Installation

  • Clone the repository.
  • In Xcode 4, click-and-drag (or add using File > Add Files to Project) the BlocksKit XCode project into a project or workspace.
  • In the build phases of a target, add libBlocksKit.a to the "Target Dependencies" and "Link Binary with Libraries".
  • In the build settings, change "All Linker Flags" to -ObjC -all_load and "Header Search Paths" to $(BUILT_PRODUCTS_DIR)/../BlocksKit/**.
  • In any header file, insert #import "BlocksKit/BlocksKit.h". This is a change from previous version. It is not recommended to insert the import statement in your project prefix, as it will break Xcode 4's Code Sense for the entire project.

Documentation

Documentation is exhaustive and done using AppleDoc.

An Xcode 4 compatible documentation set is available using this Atom link. Add it to Xcode 4's preferences and it'll download automatically.

You can also view the documentation online at my website.

Contributors

BlocksKit takes, repurposes, fiddles with, and groups together a variety of block-related code generally found here on GitHub. All of the included code is licensed either under BSD, MIT, or is in the public domain. The project itself is free for use in any and all projects and is licensed under MIT.

The following people (in alphabetical order) have their code lovingly enshrined in BlocksKit:

Individual credits exist in the header files and, consequently, in the documentation.

blockskit's People

Contributors

agoodman avatar blommegard avatar dlinsin avatar kaiwu avatar siancu 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.