{"id":17689339,"url":"https://github.com/morishin/keyboardfriendlyscrolling","last_synced_at":"2025-10-04T10:15:49.342Z","repository":{"id":56917900,"uuid":"112812911","full_name":"morishin/KeyboardFriendlyScrolling","owner":"morishin","description":"Manage scroll view content insets depending on keyboard frame","archived":false,"fork":false,"pushed_at":"2019-03-12T07:10:57.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-21T02:22:56.221Z","etag":null,"topics":["ios","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/morishin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-02T04:35:18.000Z","updated_at":"2019-03-12T07:10:59.000Z","dependencies_parsed_at":"2022-08-21T03:50:57.432Z","dependency_job_id":null,"html_url":"https://github.com/morishin/KeyboardFriendlyScrolling","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/morishin/KeyboardFriendlyScrolling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morishin%2FKeyboardFriendlyScrolling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morishin%2FKeyboardFriendlyScrolling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morishin%2FKeyboardFriendlyScrolling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morishin%2FKeyboardFriendlyScrolling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morishin","download_url":"https://codeload.github.com/morishin/KeyboardFriendlyScrolling/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morishin%2FKeyboardFriendlyScrolling/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278297816,"owners_count":25963798,"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-10-04T02:00:05.491Z","response_time":63,"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":["ios","swift"],"created_at":"2024-10-24T11:47:31.506Z","updated_at":"2025-10-04T10:15:49.308Z","avatar_url":"https://github.com/morishin.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KeyboardFriendlyScrolling\n\n![Swift version](https://img.shields.io/badge/swift-4.2-orange.svg)\n![CocoaPods compatible](https://cocoapod-badges.herokuapp.com/v/KeyboardFriendlyScrolling/badge.png)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\n\nManage scroll view content insets depending on keyboard frame\n\n## Usage\n[Example](https://github.com/morishin/KeyboardFriendlyScrolling/tree/master/Example)\n\n```swift\nimport UIKit\nimport KeyboardFriendlyScrolling\n\nclass ViewController: UIViewController {\n    private var keyboardFriendlyScrollController: KeyboardFriendlyScrollController?\n\n    @IBOutlet private weak var scrollView: UIScrollView!\n\n    override func viewDidLoad() {\n        super.viewDidLoad()\n        keyboardFriendlyScrollController = KeyboardFriendlyScrollController(viewController: self, scrollView: scrollView).start()\n    }\n}\n\n```\n\n\u003cimg src=\"https://user-images.githubusercontent.com/1413408/33512092-0efe68ee-d76c-11e7-848f-b1bd170eb3e7.gif\" width=\"320\"/\u003e\n\n## Installation\n### Carthage\nCartfile\n\n```\ngithub \"morishin/KeyboardFriendlyScrolling\"\n```\n\n### CocoaPods\nPodfile\n\n```ruby\npod 'KeyboardFriendlyScrolling'\n```\n\n## LICENSE\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorishin%2Fkeyboardfriendlyscrolling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorishin%2Fkeyboardfriendlyscrolling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorishin%2Fkeyboardfriendlyscrolling/lists"}