MIMInputToolbar 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/lib/project/MIMInputToolbar.rb +0 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2c9d419c818cbd0c6960ec3e19fd586dff84af8
|
4
|
+
data.tar.gz: fd02657407f98ffd66ee013476ff7f0060d5463f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 035915e64a0c481a65b514d909e8223a772dbdd12a23d9d2f418b5da6e3f2848f2ac49cc00ae0b5a0eceec7154f5e38eb6ffd13aa0043cbb43cf21d59b6ec8f8
|
7
|
+
data.tar.gz: c3810ddda3007646bb47c462a47a487a2028ada6a28d4099e684d0b1be52812583f36a864a17355206f2d4a00bde1e246615d581bfeb69d50380f20c4e3f9785
|
data/README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
A very simple gem that provides the one MIMInputToolbar class which you can use as the input accessory view for your UITextFields and UITextViews.
|
4
4
|
|
5
|
+
![](resources/example.gif)
|
6
|
+
|
5
7
|
## Installation
|
6
8
|
|
7
9
|
Add this line to your application's Gemfile:
|
@@ -50,6 +52,8 @@ This works really well with the [TPKeyboardAvoiding](https://github.com/michaelt
|
|
50
52
|
|
51
53
|
## Contributing
|
52
54
|
|
55
|
+
Big thank you to [Gant Laborde](https://github.com/GantMan) and [Mark Rickert](https://github.com/markrickert) who have been pushing this forward.
|
56
|
+
|
53
57
|
1. Fork it
|
54
58
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
55
59
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: MIMInputToolbar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jack Dean Watson-Hamblin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Simple UIToolbar subclass with next, previous, and done buttons.
|
14
14
|
email:
|