You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
# TiTouchImageView Module
2
-
================
3
2
4
3
Titanium native module wrapper for TouchImageView: https://github.com/MikeOrtiz/TouchImageView
5
4
@@ -8,23 +7,25 @@ Do you like pinching and zooming on iOS? Wish it just worked on Android too? Her
8
7
## Get it [](http://gitt.io/component/org.iotashan.TiTouchImageView)
9
8
Download the latest distribution ZIP-file and consult the [Titanium Documentation](http://docs.appcelerator.com/titanium/latest/#!/guide/Using_a_Module) on how install it, or simply use the [gitTio CLI](http://gitt.io/cli):
10
9
11
-
`$ gittio install org.iotashan.TiTouchImageView`
10
+
```bash
11
+
gittio install org.iotashan.TiTouchImageView
12
+
```
12
13
13
14
## Referencing the module in your Ti mobile application
14
15
15
16
Simply add the following lines to your `tiapp.xml` file:
0 commit comments