{"id":16835215,"url":"https://github.com/hackiftekhar/iqkeyboardtoolbar","last_synced_at":"2025-08-11T09:10:35.860Z","repository":{"id":249765634,"uuid":"832181989","full_name":"hackiftekhar/IQKeyboardToolbar","owner":"hackiftekhar","description":"IQToolbar creation related classes and functions","archived":false,"fork":false,"pushed_at":"2025-03-24T07:53:37.000Z","size":445,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T05:57:32.298Z","etag":null,"topics":[],"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/hackiftekhar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"hackiftekhar","buy_me_a_coffee":"hackiftekhar","custom":["https://www.paypal.me/hackiftekhar"]}},"created_at":"2024-07-22T13:44:36.000Z","updated_at":"2025-03-24T07:53:41.000Z","dependencies_parsed_at":"2025-04-30T08:57:56.983Z","dependency_job_id":"6e6def7a-42ee-4bd1-b49a-f3ee76ed193a","html_url":"https://github.com/hackiftekhar/IQKeyboardToolbar","commit_stats":null,"previous_names":["hackiftekhar/iqkeyboardtoolbar"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/hackiftekhar/IQKeyboardToolbar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackiftekhar%2FIQKeyboardToolbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackiftekhar%2FIQKeyboardToolbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackiftekhar%2FIQKeyboardToolbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackiftekhar%2FIQKeyboardToolbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackiftekhar","download_url":"https://codeload.github.com/hackiftekhar/IQKeyboardToolbar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackiftekhar%2FIQKeyboardToolbar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269857558,"owners_count":24486395,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-13T12:09:19.854Z","updated_at":"2025-08-11T09:10:35.806Z","avatar_url":"https://github.com/hackiftekhar.png","language":"Swift","funding_links":["https://github.com/sponsors/hackiftekhar","https://buymeacoffee.com/hackiftekhar","https://www.paypal.me/hackiftekhar"],"categories":[],"sub_categories":[],"readme":"# IQKeyboardToolbar\n\n[![CI Status](https://img.shields.io/travis/hackiftekhar/IQKeyboardToolbar.svg?style=flat)](https://travis-ci.org/hackiftekhar/IQKeyboardToolbar)\n[![Version](https://img.shields.io/cocoapods/v/IQKeyboardToolbar.svg?style=flat)](https://cocoapods.org/pods/IQKeyboardToolbar)\n[![License](https://img.shields.io/cocoapods/l/IQKeyboardToolbar.svg?style=flat)](https://cocoapods.org/pods/IQKeyboardToolbar)\n[![Platform](https://img.shields.io/cocoapods/p/IQKeyboardToolbar.svg?style=flat)](https://cocoapods.org/pods/IQKeyboardToolbar)\n\n![Screenshot1](https://raw.githubusercontent.com/hackiftekhar/IQKeyboardToolbar/master/Screenshot/IQKeyboardToolbarScreenshot.png)\n![Screenshot2](https://raw.githubusercontent.com/hackiftekhar/IQKeyboardToolbar/master/Screenshot/IQKeyboardToolbarScreenshot2.png)\n![Screenshot3](https://raw.githubusercontent.com/hackiftekhar/IQKeyboardToolbar/master/Screenshot/IQKeyboardToolbarScreenshot3.png)\n![Screenshot4](https://raw.githubusercontent.com/hackiftekhar/IQKeyboardToolbar/master/Screenshot/IQKeyboardToolbarScreenshot4.png)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n## Installation\n\nIQKeyboardToolbar is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'IQKeyboardToolbar'\n```\n\n## Usage\n\nThis library can be used to add toolbar to the keyboard\n\nPrevious Next and Done button\n```swift\n        textField.iq.addPreviousNextDone(target: self,\n                                         previousAction: #selector(textField1PreviousAction),\n                                         nextAction: #selector(textField1NextAction),\n                                         doneAction: #selector(doneAction), showPlaceholder: true)\n```\n\nPrevious Next and Right button with customized titles or images\n```swift\n        textField.iq.addPreviousNextRight(target: self,\n                                          previousConfiguration: .init(title: \"Prev\", action: #selector(textView1PreviousAction)),\n                                          nextConfiguration: .init(title: \"Next\", action: #selector(textView1NextAction)),\n                                          rightConfiguration: .init(image: UIImage(systemName: \"chevron.down\")!, action: #selector(doneAction)),\n                                          title: \"Text View 1\")\n```\n\nAction button\n```swift\n        textField.iq.addDone(target: self,\n                             action: #selector(doneAction),\n                             title: \"Select Account\")\n        textField.iq.toolbar.titleBarButton.setTarget(self,\n                                                      action: #selector(selectAccount))\n```\n\nAdditional leading and trailing buttons\n```swift\n        textField.iq.toolbar.additionalLeadingItems = [.init(barButtonSystemItem: .add, target: self, action: #selector(addAction))]\n        textField.iq.toolbar.additionalTrailingItems = [.init(barButtonSystemItem: .camera, target: self, action: #selector(cameraAction))]\n        textField.iq.addToolbar(target: self,\n                                previousConfiguration: nil,\n                                nextConfiguration: .init(title: \"Next\", action: #selector(doneAction)),\n                                rightConfiguration: .init(title: \"Finish\", action: #selector(doneAction)),\n                                title: \"TextView 2\")\n```\n\nHide Placeholder\n```swift\n        textField1.iq.hidePlaceholder = true\n```\n\nCustomized Placeholder\n```swift\n        textField1.iq.placeholder = \"My Own Placeholder\"\n```\n\n## Author\n\nIftekhar Qurashi hack.iftekhar@gmail.com\n\n## License\n\nIQKeyboardToolbar is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackiftekhar%2Fiqkeyboardtoolbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackiftekhar%2Fiqkeyboardtoolbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackiftekhar%2Fiqkeyboardtoolbar/lists"}