{"id":15888870,"url":"https://github.com/markrickert/uiview-formscroll","last_synced_at":"2025-10-01T03:30:34.732Z","repository":{"id":1796712,"uuid":"2720689","full_name":"markrickert/UIView-FormScroll","owner":"markrickert","description":"UIView category that scrolls a view up or down. Useful for moving a view when you show a keyboard so that the view isn't covered up.","archived":false,"fork":false,"pushed_at":"2011-11-21T20:22:39.000Z","size":90,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T01:11:40.449Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"blockstack/blockstack-server","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markrickert.png","metadata":{"files":{"readme":"README.markdown","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":"2011-11-06T15:35:55.000Z","updated_at":"2024-12-18T11:57:29.000Z","dependencies_parsed_at":"2022-09-08T23:31:50.483Z","dependency_job_id":null,"html_url":"https://github.com/markrickert/UIView-FormScroll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markrickert%2FUIView-FormScroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markrickert%2FUIView-FormScroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markrickert%2FUIView-FormScroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markrickert%2FUIView-FormScroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markrickert","download_url":"https://codeload.github.com/markrickert/UIView-FormScroll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234817698,"owners_count":18891450,"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-10-06T06:40:24.584Z","updated_at":"2025-10-01T03:30:29.235Z","avatar_url":"https://github.com/markrickert.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"#How to use\n\n1. Add the `.h` and `.m` files to your project.\n2. Import the `.h` file using: `#import \"UIView+FormScroll.h\"`\n3. Example usage for moving a view up and down when a text field becomes active and resigns the first responder:\n\n```Objective-C\n- (void)textFieldDidBeginEditing:(UITextField *)textField\n{\n    [self.view scrollToView:textField];\n}\n-(void) textFieldDidEndEditing:(UITextField *)textField\n{\n    [self.view scrollToY:0];\n    [textField resignFirstResponder];\n}\n```\n#Credits\n\nOriginally posted to [StackOverflow.com](http://stackoverflow.com/questions/5220818/moving-uiview-up-when-keyboard-shown/5221243#5221243) by [Dan Ray](http://www.danray.net).\n\nImprovements by [Mark Rickert](http://www.mohawkapps.com) \n\n#License\n\nPublic Domain","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkrickert%2Fuiview-formscroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkrickert%2Fuiview-formscroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkrickert%2Fuiview-formscroll/lists"}