Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Add a demo pic
  • Loading branch information
waterzhang0423 committed Dec 22, 2015
1 parent 30cd0e7 commit e2042e0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 15 deletions.
Binary file added Docs/varying_demo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions Example/JotDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
FA96BA001B72A6440025BFB3 /* Frameworks */,
FA96BA011B72A6440025BFB3 /* Resources */,
902B3E0D514C82E188009464 /* Copy Pods Resources */,
9ADEEE7874E6184FFB49CFBF /* Embed Pods Frameworks */,
);
buildRules = (
);
Expand All @@ -216,6 +217,7 @@
FA96BA191B72A6440025BFB3 /* Frameworks */,
FA96BA1A1B72A6440025BFB3 /* Resources */,
153AFC8516D413C459C0609D /* Copy Pods Resources */,
9E3D6B79917EE3A86BAA35F9 /* Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -345,6 +347,36 @@
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
9ADEEE7874E6184FFB49CFBF /* Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-JotDemo/Pods-JotDemo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
9E3D6B79917EE3A86BAA35F9 /* Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-JotDemoTests/Pods-JotDemoTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
[![Open Source at IFTTT](http://ifttt.github.io/images/open-source-ifttt.svg)](http://ifttt.github.io)
![VaryingDemo](./Docs/jotbanner.jpg)

![jot Logo](./Docs/jotbanner.jpg)

[![CocoaPods Version](https://img.shields.io/cocoapods/v/jot.svg)](http://cocoadocs.org/docsets/jot) [![Build Status](https://travis-ci.org/IFTTT/jot.svg?branch=master)](https://travis-ci.org/IFTTT/jot) [![Coverage Status](https://coveralls.io/repos/IFTTT/jot/badge.svg?branch=master)](https://coveralls.io/r/IFTTT/jot?branch=master)
Forked from [IFTTT/jot](https://github.com/IFTTT/jot).

`jot` is an easy way to add touch-controlled drawings and text to images in your iOS app.
Based on `jot`, I updated drawing code to make drawing more smoothly.

![FastttCamera](./Docs/jot-demo.gif)

![VaryingDemo](./Docs/varying_demo.png)
## What's `jot` for?
### Annotating Images
`jot` is the easiest way to add annotations to images with a touch interface. You can draw arrows or circle important things, as well as add resizable, rotatable text captions, and easily save the notes on top of a image using `drawOnImage:`.
Expand All @@ -18,15 +16,6 @@
### Signatures
`jot` is a great solution if you need to collect user signatures through a touch interface. Set the `drawingColor` to black, set the state to `JotViewStateDrawing`, and save the signature when the user is done by calling `renderImageOnColor:`.

## Installation

`jot` is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your `Podfile`:

```
pod "jot"
```

## Example Project

To run the example project, clone the repo, and run `pod install` from the `Example` directory.
Expand Down

0 comments on commit e2042e0

Please sign in to comment.