{"id":18829971,"url":"https://github.com/vitoziv/vicmaimageview","last_synced_at":"2025-04-14T03:40:57.191Z","repository":{"id":25233442,"uuid":"28657984","full_name":"vitoziv/VICMAImageView","owner":"vitoziv","description":"Content Mode Animatable Image View, change image view's content mode with your animation!","archived":false,"fork":false,"pushed_at":"2016-02-13T06:45:07.000Z","size":73,"stargazers_count":190,"open_issues_count":0,"forks_count":14,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-10T19:47:28.365Z","etag":null,"topics":["imageview","ios"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/vitoziv.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":"2014-12-31T06:16:42.000Z","updated_at":"2024-09-20T20:11:50.000Z","dependencies_parsed_at":"2022-06-30T01:02:03.379Z","dependency_job_id":null,"html_url":"https://github.com/vitoziv/VICMAImageView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitoziv%2FVICMAImageView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitoziv%2FVICMAImageView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitoziv%2FVICMAImageView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitoziv%2FVICMAImageView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitoziv","download_url":"https://codeload.github.com/vitoziv/VICMAImageView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248818525,"owners_count":21166438,"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":["imageview","ios"],"created_at":"2024-11-08T01:47:12.742Z","updated_at":"2025-04-14T03:40:57.165Z","avatar_url":"https://github.com/vitoziv.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VICMAImageView - Content Mode Animatable Image View\n\nChange image view's content mode with your animation!\n\n![demo.gif](http://i.imgur.com/yWSyuq3.gif)\n\n## Installation\n\n**CocoaPods**\n\n`pod 'VICMAImageView', '~\u003e 1.0'`\n\n## Usage\n\nUse VICMAImageView like a UIImageView\n\n```Objc\n- (void)viewDidLoad {\n    [super viewDidLoad];\n    UIImage *image = [UIImage imageNamed:@\"1.jpg\"];\n    VICMAImageView *imageView = [[VICMAImageView alloc] initWithImage:image];\n    imageView.frame = CGRectMake(0, 0, 100, 100);\n    [self.view addSubview:imageView];\n}\n```\n\nAnimate contentMode in animation block\n\n```Objc\n[UIView animateWithDuration:0.3\n                     animations:^{\n                         imageView.contentMode = UIViewContentModeScaleAspectFill;\n                     }];\n```\n\n##License\n\nVICMAImageView is available under the MIT license. See the LICENSE file for more info.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitoziv%2Fvicmaimageview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitoziv%2Fvicmaimageview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitoziv%2Fvicmaimageview/lists"}