{"id":2973,"url":"https://github.com/AlexLittlejohn/ALTextInputBar","last_synced_at":"2025-08-03T12:31:45.566Z","repository":{"id":31009761,"uuid":"34568206","full_name":"AlexLittlejohn/ALTextInputBar","owner":"AlexLittlejohn","description":"An auto growing text input bar for messaging apps.","archived":true,"fork":false,"pushed_at":"2022-07-01T08:12:04.000Z","size":222,"stargazers_count":260,"open_issues_count":13,"forks_count":51,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-24T18:58:18.261Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":false,"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/AlexLittlejohn.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":"2015-04-25T12:46:37.000Z","updated_at":"2023-12-22T13:10:19.000Z","dependencies_parsed_at":"2022-08-21T02:20:50.709Z","dependency_job_id":null,"html_url":"https://github.com/AlexLittlejohn/ALTextInputBar","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexLittlejohn%2FALTextInputBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexLittlejohn%2FALTextInputBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexLittlejohn%2FALTextInputBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexLittlejohn%2FALTextInputBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexLittlejohn","download_url":"https://codeload.github.com/AlexLittlejohn/ALTextInputBar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228543229,"owners_count":17934447,"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":[],"created_at":"2024-01-05T20:16:27.839Z","updated_at":"2024-12-07T00:31:09.852Z","avatar_url":"https://github.com/AlexLittlejohn.png","language":"Swift","funding_links":[],"categories":["UI"],"sub_categories":["TextField \u0026 TextView","Other free courses"],"readme":"# :warning: This project is unmaintained\n\n# ALTextInputBar\nAn auto growing text input bar for messaging apps. Written in Swift.  \nALTextInputBar is designed to solve a few issues that folks usually encounter when building messaging apps.\n\n![With some text](https://cloud.githubusercontent.com/assets/932822/7333301/a510aa22-eb6a-11e4-988b-ac12e4e6c363.png)\n![With lots of text](https://cloud.githubusercontent.com/assets/932822/7333307/cf101c04-eb6a-11e4-9a80-799cf3353a70.png)\n\n### Features\n- Simple to use and configure\n- Automatic resizing based on content\n- Interactive dismiss gesture support\n\n### Installation \u0026 Requirements\n\nThis project requires Xcode 8.0 to run and compiles with swift 3.0\n\nALTextInputBar is available on [CocoaPods](http://cocoapods.org).  Add the following to your Podfile:\n\n```ruby\npod 'ALTextInputBar'\n```\n\n### Usage\n\nThis is the minimum configuration required to attach an input bar to the keyboard.\n```swift\nclass ViewController: UIViewController {\n\n    let textInputBar = ALTextInputBar()\n\n    // The magic sauce\n    // This is how we attach the input bar to the keyboard\n    override var inputAccessoryView: UIView? {\n        get {\n            return textInputBar\n        }\n    }\n\n    // Another ingredient in the magic sauce\n    override var canBecomeFirstResponder: Bool {\n        return true\n    }\n}\n```\n\n## License\nALTextInputBar 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%2FAlexLittlejohn%2FALTextInputBar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAlexLittlejohn%2FALTextInputBar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlexLittlejohn%2FALTextInputBar/lists"}