{"id":26272096,"url":"https://github.com/vrgsoftua/combinedview","last_synced_at":"2025-05-05T16:29:39.080Z","repository":{"id":56906381,"uuid":"185620484","full_name":"VRGsoftUA/CombinedView","owner":"VRGsoftUA","description":"Library for iOS application to combine different images in one UIView.","archived":false,"fork":false,"pushed_at":"2019-05-08T16:11:04.000Z","size":1024,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-16T02:19:30.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/VRGsoftUA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-08T14:17:29.000Z","updated_at":"2022-03-19T18:29:26.000Z","dependencies_parsed_at":"2022-08-21T02:21:00.235Z","dependency_job_id":null,"html_url":"https://github.com/VRGsoftUA/CombinedView","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/VRGsoftUA%2FCombinedView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VRGsoftUA%2FCombinedView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VRGsoftUA%2FCombinedView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VRGsoftUA%2FCombinedView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VRGsoftUA","download_url":"https://codeload.github.com/VRGsoftUA/CombinedView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252533538,"owners_count":21763608,"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":"2025-03-14T07:16:49.980Z","updated_at":"2025-05-05T16:29:39.055Z","avatar_url":"https://github.com/VRGsoftUA.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### [HIRE US](http://vrgsoft.net/)\n\n\n# CombinedView\n\nMeet a simple library for iOS application to combine different images in one UIView like Apple Music album covers. You can use as many images as you want.\n\n\n![](Resources/demo1.png) ![](Resources/demo4.png)\n\n\n### Installing with [CocoaPods](https://cocoapods.org)\n\n```ruby\nuse_frameworks! \n\npod 'CombinedView'\n```\n\n\n### Usage\n\nAdd a `UIView` instance in your .storyboard or .xib, set a `CombinedView` class, connect an `IBOutlet` and call `combine(images: [UIImage?]` func with an array of images.\n\n```swift\nimport CombinedView\n\nclass ViewController: UIViewController {\n\n\t@IBOutlet weak var combinedView: CombinedView!\n\n\toverride func viewDidLoad() {\n\t\tsuper.viewDidLoad()\n\n\t\tcombinedView.combine(images: [UIImage(named: \"panda\"), UIImage(named: \"racoon\"), UIImage(named: \"tiger\"), UIImage(named: \"animal\")])\n\t}\n}\n```\n![](Resources/demo2.png)\n\nSetup `CombinedView` if needed\n\n```swift\noverride func viewDidLoad() {\n\tsuper.viewDidLoad()\n        \n\tcombinedView.combine(images: [UIImage(named: \"panda\"), UIImage(named: \"racoon\"), UIImage(named: \"tiger\"), UIImage(named: \"animal\")])\n\tcombinedView.cornerRadius = 4\n\tcombinedView.startAngle = 0\n\tcombinedView.contentMode = .scaleAspectFill\n}\n```\n![](Resources/demo3.png)\n\n\n# Customization\n| Parameter  | Description |\n| ------------- | ------------- |\n| cornerRadius  | Sets current view corner radius  |\n| startAngle   | Sets start angle for images rotation  |\n\n\n## Compatibility\n  \n  * IOS 11+\n  \n## Changelog\n\n### Version: 1.0\n\n  * Initial Build\n\n## Contributors\n\n* Contributions are always welcome\n* If you want a feature and can code, feel free to fork and add the change yourself and make a pull request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrgsoftua%2Fcombinedview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrgsoftua%2Fcombinedview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrgsoftua%2Fcombinedview/lists"}