Skip to content
This repository has been archived by the owner on Oct 14, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' into demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Abizer Nasir committed Nov 9, 2011
2 parents 0f7d7e8 + 421b552 commit fe3fea7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.textile
Expand Up @@ -2,7 +2,7 @@ h1. NSTimer+JCSBlocks

An extension of NSTimer that lets you use a block to be run when the timer fires instead of passing a callback method.

There are two methods; one which lets you fires an optionally repeating timer with a block, and another which lets you fire a timer repeatedly, but which can be stopped from within the passed block.
There are two methods; one which lets you fire an optionally repeating timer with a block, and another which lets you fire a timer repeatedly, but which can be stopped from within the passed block.

h2. Branch structure for submodules

Expand Down Expand Up @@ -34,6 +34,8 @@ bc. git clean -dxf

h2. Licensed under the MIT Licence

Use it, fix it, or be inspired to replace callbacks with blocks in your own code!

Copyright (c) 2011 Abizer Nasir

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down

0 comments on commit fe3fea7

Please sign in to comment.