Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ind.ie Projects
Delay
Commits
b907de20
Commit
b907de20
authored
Dec 20, 2015
by
Aral Balkan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated the readme with the new standand readme structure for Ind.ie frameworks.
parent
5c9f002c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
readme.md
readme.md
+4
-4
No files found.
readme.md
View file @
b907de20
# Delay
Delay is an easy-to-use micro-
framework
for delaying code execution in a cancellable manner. It uses Grand Central Dispatch and blocks.
Delay is an easy-to-use micro-
library
for delaying code execution in a cancellable manner. It uses Grand Central Dispatch and blocks.
## Installation
...
...
@@ -10,11 +10,11 @@ Run the `./install` script to install the dependencies for the demo apps.
See the
[
detailed installation instructions
](
#detailed-installation-instructions
)
, below, for instructions on how to add Delay to your own apps.
##
Usage
##
Getting started
Run the
`./dev`
script and play with the iOS and OS X demo apps.
##
Detailed usage instructions
##
Usage
Delay has three main use cases:
...
...
@@ -107,7 +107,7 @@ Note that Delay is optimised for ease of authoring, beauty of interface and clar
### Carthage
1.
Add the framework to your Carfile. e.g.,
1.
Add the framework to your
`
Car
t
file
`
. e.g.,
```git "git@source.ind.ie:project/delay.git" ~> 1.0```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment