Skip to content

Commit

Permalink
[Add] TPKeyboardAvoiding 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltyson authored and CocoaPodsBot committed Nov 30, 2016
1 parent 206ec7c commit dda5249
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "TPKeyboardAvoiding",
"version": "1.3.1",
"license": "zlib",
"platforms": {
"ios": null
},
"summary": "A drop-in universal solution for moving text fields out of the way of the keyboard in iOS.",
"homepage": "https://github.com/michaeltyson/TPKeyboardAvoiding",
"authors": {
"Michael Tyson": "[email protected]"
},
"source": {
"git": "https://github.com/michaeltyson/TPKeyboardAvoiding.git",
"tag": "1.3.1"
},
"description": "This is a relatively universal, drop-in solution: UIScrollView and UITableView subclasses that handle everything.When the keyboard is about to appear, the subclass will find the subview that's about to be edited, and adjust its frame and content offset to make sure that view is visible, with an animation to match the keyboard pop-up. When the keyboard disappears, it restores its prior size.",
"source_files": "TPKeyboardAvoiding/*.{h,m}",
"requires_arc": false
}

0 comments on commit dda5249

Please sign in to comment.