{"id":15286881,"url":"https://github.com/vitoziv/viphotoview","last_synced_at":"2025-09-04T16:38:50.765Z","repository":{"id":25610938,"uuid":"29046041","full_name":"vitoziv/VIPhotoView","owner":"vitoziv","description":"View a photo with simple and basic interactive gesture.","archived":false,"fork":false,"pushed_at":"2018-04-28T10:06:47.000Z","size":3316,"stargazers_count":228,"open_issues_count":3,"forks_count":23,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-27T00:12:01.983Z","etag":null,"topics":["objective-c","photos"],"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":"2015-01-10T03:35:45.000Z","updated_at":"2025-02-22T00:17:47.000Z","dependencies_parsed_at":"2022-07-27T05:16:22.430Z","dependency_job_id":null,"html_url":"https://github.com/vitoziv/VIPhotoView","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%2FVIPhotoView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitoziv%2FVIPhotoView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitoziv%2FVIPhotoView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitoziv%2FVIPhotoView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitoziv","download_url":"https://codeload.github.com/vitoziv/VIPhotoView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248683487,"owners_count":21144915,"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":["objective-c","photos"],"created_at":"2024-09-30T15:18:50.310Z","updated_at":"2025-04-13T08:27:54.140Z","avatar_url":"https://github.com/vitoziv.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VIPhotoView \n\nVIPhotoView is a view use to view a photo with simple and basic interactive gesture. Pinch to scale photo, double tap to scale photo, drag to scoll photo. \n\n\n## Screenshot\n![demo.gif](http://i.imgur.com/7XdCsHb.gif)\n\n## Installation\n\n**CocoaPods**\n\n`pod 'VIPhotoView', '~\u003e 0.1'`\n\n## Usage\n\nInit VIPhotoView with frame and image, than add it to a view.\n\n```Objc\n- (void)viewDidLoad {\n    [super viewDidLoad];\n\n    UIImage *image = [UIImage imageNamed:@\"test.jpg\"];\n    VIPhotoView *photoView = [[VIPhotoView alloc] initWithFrame:self.view.bounds andImage:image];\n    photoView.autoresizingMask = (1 \u003c\u003c 6) -1;\n    \n    [self.view addSubview:photoView];\n}\n```\n\n##License\n\nVIPhotoView is released under the MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitoziv%2Fviphotoview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitoziv%2Fviphotoview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitoziv%2Fviphotoview/lists"}