{"id":15050767,"url":"https://github.com/priore/dpkeyboardmanager","last_synced_at":"2026-01-02T13:08:08.282Z","repository":{"id":56907753,"uuid":"103247450","full_name":"priore/DPKeyboardManager","owner":"priore","description":"Auto slide the view when keyboard appears","archived":false,"fork":false,"pushed_at":"2022-01-27T22:47:27.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T09:46:56.757Z","etag":null,"topics":["keyboard","objective-c","swift","xcode"],"latest_commit_sha":null,"homepage":null,"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/priore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":"paypal.me/prioregroup"}},"created_at":"2017-09-12T09:02:54.000Z","updated_at":"2022-01-27T22:20:59.000Z","dependencies_parsed_at":"2022-08-21T03:20:56.409Z","dependency_job_id":null,"html_url":"https://github.com/priore/DPKeyboardManager","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priore%2FDPKeyboardManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priore%2FDPKeyboardManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priore%2FDPKeyboardManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priore%2FDPKeyboardManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/priore","download_url":"https://codeload.github.com/priore/DPKeyboardManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243511201,"owners_count":20302522,"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":["keyboard","objective-c","swift","xcode"],"created_at":"2024-09-24T21:29:17.003Z","updated_at":"2026-01-02T13:08:08.277Z","avatar_url":"https://github.com/priore.png","language":"Swift","funding_links":["paypal.me/prioregroup"],"categories":[],"sub_categories":[],"readme":"# DPKeyboardManager\n\nAuto slide the view when keyboard appears\n\n**HOW TO USE :**\n\n```swift\n\nimport UIKit\n\nclass DPBaseViewController: UIViewController {\n\n   let keyboardManager = DPKeyboardManager()\n   \n   override func viewDidLoad() {\n       super.viewDidLoad()\n        \n\t   keyboardManager.loadKeyboardEvents(self)\n   }\n   \n   override func viewDidAppear(_ animated: Bool) {\n       super.viewDidAppear(animated)\n       keyboardManager.enableKeybaordEvents()\n   }\n\n   override func viewWillDisappear(_ animated: Bool) {\n       super.viewWillDisappear(animated)\n       keyboardManager.disableKeyboardEvents()\n   }\n   \n   override var shouldAutomaticallyForwardAppearanceMethods: Bool {\n       return !keyboardManager.isEmbeddedViewController\n   }\n   \n}\n\n```\n\n**that's all !!**\n\n## Support Development\nIf this project has been helpful to you, please consider making a small donation. Your support is crucial for funding new features, covering hosting costs, or simply buying me a coffee! Every contribution, big or small, is highly appreciated.\n\nScan the code below with your cryptocurrency wallet or copy the address.\n\n|Donate with BTC (Bitcoin)\n|:------------:|\n|![](https://www.prioregroup.com/images/priore_btc_segwit_binance.jpg)\n|`BTC Address (SegWit) : bc1q6rjOuuwu9k2fvs5n5elmqy9v4ljazhexejykjm`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriore%2Fdpkeyboardmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpriore%2Fdpkeyboardmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriore%2Fdpkeyboardmanager/lists"}