MIMInputToolbar 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13b3738510e952f16aca0de25a79037f27c9aca7
4
- data.tar.gz: 34f56646c24e7d6c5978e143db985e18d8c690d6
3
+ metadata.gz: a2c9d419c818cbd0c6960ec3e19fd586dff84af8
4
+ data.tar.gz: fd02657407f98ffd66ee013476ff7f0060d5463f
5
5
  SHA512:
6
- metadata.gz: d142f953d5e3c9bd3c5d07d103e61d41553208b7bb0ada8ff56de479280f77ad45baa3a3a7f10b0c4ed9448fe3d6e46c8ec7254906ee89bfaf7e2d7a1904d99e
7
- data.tar.gz: f59116422e912540ca3ab56cfd3b84e35f9754ede2d34ef116fdeaaed932a0dc8cb70f3257e426f8bd1d8cb23946ca325cc47cc65e32957469f0fd70de674594
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'`)
@@ -47,8 +47,6 @@ class MIMInputToolbar < UIToolbar
47
47
  selected_field.resignFirstResponder
48
48
  end
49
49
 
50
- private
51
-
52
50
  def selected_field
53
51
  fields.select { |f| f.isFirstResponder }.first
54
52
  end
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.2
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-19 00:00:00.000000000 Z
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: