{"id":21635678,"url":"https://github.com/levantaj/keyboardnotifier","last_synced_at":"2025-03-18T23:16:57.634Z","repository":{"id":56917909,"uuid":"190864942","full_name":"levantAJ/KeyboardNotifier","owner":"levantAJ","description":"KeyboardNotifier manages Keyboard's visibility","archived":false,"fork":false,"pushed_at":"2020-10-18T04:31:32.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T13:19:41.215Z","etag":null,"topics":["did","hide","ios","keyboard","notifications","show","swift","will"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/levantAJ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-08T08:39:45.000Z","updated_at":"2020-10-18T04:31:34.000Z","dependencies_parsed_at":"2022-08-21T04:50:47.664Z","dependency_job_id":null,"html_url":"https://github.com/levantAJ/KeyboardNotifier","commit_stats":null,"previous_names":["levantaj/keyhi"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levantAJ%2FKeyboardNotifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levantAJ%2FKeyboardNotifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levantAJ%2FKeyboardNotifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levantAJ%2FKeyboardNotifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/levantAJ","download_url":"https://codeload.github.com/levantAJ/KeyboardNotifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244320423,"owners_count":20434092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["did","hide","ios","keyboard","notifications","show","swift","will"],"created_at":"2024-11-25T03:23:55.185Z","updated_at":"2025-03-18T23:16:57.608Z","avatar_url":"https://github.com/levantAJ.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Pod Version](https://cocoapod-badges.herokuapp.com/v/KeyboardNotifier/badge.png)](http://cocoadocs.org/docsets/KeyboardNotifier/)\n[![Pod Platform](https://cocoapod-badges.herokuapp.com/p/KeyboardNotifier/badge.png)](http://cocoadocs.org/docsets/KeyboardNotifier/)\n[![Pod License](https://cocoapod-badges.herokuapp.com/l/KeyboardNotifier/badge.png)](https://www.apache.org/licenses/LICENSE-2.0.html)\n\n# ⌨️ KeyboardNotifier\n*KeyboardNotifier* manages Keyboard's visibility\n\n![KeyboardNotifier - Frrankly](https://user-images.githubusercontent.com/6329656/96358780-485e2380-1135-11eb-9c07-2a52321e38d5.gif)\n\n## Requirements\n\n- iOS 9.0 or later\n- Xcode 11.0 or later\n\n## Install\n\n### Installation with CocoaPods\n\n```ruby\npod 'KeyboardNotifier', '1.3'\n```\n\n### Build Project\n\nAt this point your workspace should build without error. If you are having problem, post to the Issue and the\ncommunity can help you solve it.\n\n## How to use:\n\n```swift\nimport KeyboardNotifier\n```\n\n- To check keyboard will show:\n\n```swift\nKeyboard.current.willShow { info in\n    print(info.keyboardFrame, info.animationDuration)\n}\n``` \n\n- To check keyboard did show:\n\n```swift\nKeyboard.current.didShow { info in\n    print(info.keyboardFrame, info.animationDuration)\n}\n``` \n\n- To check keyboard will hide:\n\n```swift\nKeyboard.current.willHide { info in\n    print(info.keyboardFrame, info.animationDuration)\n}\n``` \n\n- To check keyboard did hide:\n\n```swift\nKeyboard.current.didHide { info in\n    print(info.keyboardFrame, info.animationDuration)\n}\n``` \n\n## Troubleshooting\n\nIf you run into an issue that `KeyboardNotifier` unable to found.\n\n```ruby\n[!] Unable to find a specification for `KeyboardNotifier`\n\nYou have either:\n * mistyped the name or version.\n * not added the source repo that hosts the Podspec to your Podfile.\n```\n\nPls refer to here [https://stackoverflow.com/questions/25913733/unable-to-find-a-specification-in-cocoapods](https://stackoverflow.com/questions/25913733/unable-to-find-a-specification-in-cocoapods)\n\nby adding `source 'https://github.com/CocoaPods/Specs.git'`\n\n## Author\n- [Tai Le](https://github.com/levantAJ)\n\n## Communication\n- If you **found a bug**, open an issue.\n- If you **have a feature request**, open an issue.\n- If you **want to contribute**, submit a pull request.\n\n\n## Licenses\n\nAll source code is licensed under the [MIT License](https://raw.githubusercontent.com/levantAJ/KeyboardNotifier/master/LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevantaj%2Fkeyboardnotifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevantaj%2Fkeyboardnotifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevantaj%2Fkeyboardnotifier/lists"}