{"id":30805406,"url":"https://github.com/simformsolutionspvtltd/ssverticalpanoramaimage","last_synced_at":"2025-09-06T00:57:10.191Z","repository":{"id":87105687,"uuid":"550167534","full_name":"SimformSolutionsPvtLtd/SSVerticalPanoramaImage","owner":"SimformSolutionsPvtLtd","description":"Capture stunning vertical panorama images with ease and preview them instantly on the built-in screen.","archived":false,"fork":false,"pushed_at":"2023-10-09T12:11:55.000Z","size":57575,"stargazers_count":48,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-15T20:14:02.041Z","etag":null,"topics":["camera","ios","ios-swift","panorama","panorama-image","photography","swift","swift5","swiftui"],"latest_commit_sha":null,"homepage":"","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/SimformSolutionsPvtLtd.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,"governance":null}},"created_at":"2022-10-12T10:04:21.000Z","updated_at":"2025-07-31T01:55:03.000Z","dependencies_parsed_at":"2023-06-14T10:15:47.966Z","dependency_job_id":"24b383af-8def-421c-a2eb-9d87f073b641","html_url":"https://github.com/SimformSolutionsPvtLtd/SSVerticalPanoramaImage","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SimformSolutionsPvtLtd/SSVerticalPanoramaImage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimformSolutionsPvtLtd%2FSSVerticalPanoramaImage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimformSolutionsPvtLtd%2FSSVerticalPanoramaImage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimformSolutionsPvtLtd%2FSSVerticalPanoramaImage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimformSolutionsPvtLtd%2FSSVerticalPanoramaImage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimformSolutionsPvtLtd","download_url":"https://codeload.github.com/SimformSolutionsPvtLtd/SSVerticalPanoramaImage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimformSolutionsPvtLtd%2FSSVerticalPanoramaImage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273842836,"owners_count":25177921,"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-09-05T02:00:09.113Z","response_time":402,"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":["camera","ios","ios-swift","panorama","panorama-image","photography","swift","swift5","swiftui"],"created_at":"2025-09-06T00:57:08.508Z","updated_at":"2025-09-06T00:57:10.181Z","avatar_url":"https://github.com/SimformSolutionsPvtLtd.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Banner](assets/banner.png)\n# SSVerticalPanoramaImage\n## Capture stunning vertical panorama images with ease and preview them instantly on the built-in screen.\n[![CI Status](https://img.shields.io/github/v/release/SimformSolutionsPvtLtd/SSVerticalPanoramaImage?style=flat)](https://travis-ci.org/SimformSolutionsPvtLtd/SSVerticalPanoramaImage)\n[![Version](https://img.shields.io/cocoapods/v/SSVerticalPanoramaImage.svg?style=flat)](https://cocoapods.org/pods/SSVerticalPanoramaImage)\n[![License](https://img.shields.io/cocoapods/l/SSVerticalPanoramaImage.svg?style=flat)](https://cocoapods.org/pods/SSVerticalPanoramaImage)\n[![Platform](https://img.shields.io/cocoapods/p/SSVerticalPanoramaImage.svg?style=flat)](https://cocoapods.org/pods/SSVerticalPanoramaImage)\n\nSSVerticalPanoramaImage provides a feature to capture a vertical panorama image and also provides an option to preview it on the built-in screen.\n\n# Features\n\n- Capture vertical panorama image\n- Swipe the direction of capture from top to bottom and bottom to top\n- Inbuilt flash and zoom functionality\n\n# 🎬 Preview\n| Up \u003e\u003e Down | Down \u003e\u003e Up | Normal |\n|--|--|--|\n| ![](assets/UpDown.gif) | ![](assets/DownUp.gif) | ![](assets/Normal.gif)\n\n# Installation\n\n### CocoaPods\n\n[CocoaPods][cocoapods-link] is a dependency manager for Cocoa projects. You can install it with the following command:\n\n```bash\n$ gem install cocoapods\n```\n\nTo integrate SSVerticalPanoramaImage into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\nplatform :ios, '15.0'\nuse_frameworks!\n\ntarget '\u003cYour Target Name\u003e' do\n    pod 'SSVerticalPanoramaImage'\nend\n```\n\nThen, run the following command:\n\n```bash\n$ pod install\n```\n\n# How to use:\n\n 1. Create an instance of SSVerticalPanorama and call `openSSVerticalPanoramaCam`.\n  ```swift\n    var verticalPano: SSVerticalPanorama?\n  ```\n\n  ```swift\n    override func viewDidLoad() {\n        verticalPano = SSVerticalPanorama()\n        verticalPano?.delegate = self\n        verticalPano?.showPreviewScreen = true\n    }\n  ```\n ```swift\n    @IBAction func onClickOfOpenCam(_ sender: UIButton) {\n        guard let navController = navigationController, let verticalPano else { return }\n        verticalPano.openSSVerticalPanoramaCam(navController: navController)\n    }\n```\n 2. Confirm the `SSVerticalPanoDelegate` delegate to receive the captured image.\n ```swift\n //MARK: - SSVerticalPanoDelegate\nextension ViewController: SSVerticalPanoDelegate {\n    func onImageCaptured(image: UIImage) {\n        // Use image\n    }\n}\n ```\n \n ## Customization\n * You can customize UI icon using below properties in `viewDidLoad`.\n```swift\n    verticalPano.arrowImage = UIImage(named: \"YourImage\")\n    verticalPano.closeImage = UIImage(named: \"YourImage\")\n    verticalPano.flashImage = UIImage(named: \"YourImage\")\n    verticalPano.zoomInImage = UIImage(named: \"YourImage\")\n    verticalPano.zoomOutImage = UIImage(named: \"YourImage\")\n    verticalPano.startCameraImage = UIImage(named: \"YourImage\")\n    verticalPano.stopCameraImage = UIImage(named: \"YourImage\")\n```\n\n# How to set in-built preview scereen :\n* Set `showPreviewScreen` to `true` or `false` to enable or disable in-built preview screen.\n```swift\nverticalPano.showPreviewScreen = true\n```\n\n## Find this library useful? ❤️\nSupport it by joining __[stargazers]__ for this repository.⭐\n\n## 🤝 How to Contribute\n\nWhether you're helping us fix bugs, improve the docs, or a feature request, we'd love to have you! 💪\nCheck out our __[Contributing Guide]__ for ideas on contributing.\n\n# Check our other Libraries:\n* Also, Check our other libraries - [Awesome-Mobile-Libraries][Awesome-Mobile-Libraries]\n\n## Bugs and Feedback\n\nFor bugs, feature requests, and discussion please use __[GitHub Issues]__.\n\n## License\n\nDistributed under the MIT license. See [LICENSE][license-url] for more information.\n\n[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)\n\n\n   [git-repo-url]:                              \u003chttps://github.com/SimformSolutionsPvtLtd/SSVerticalPanoramaImage.git\u003e\n   [stargazers]:                                \u003chttps://github.com/SimformSolutionsPvtLtd/SSVerticalPanoramaImage/stargazers\u003e\n   [Contributing Guide]:                        \u003chttps://github.com/SimformSolutionsPvtLtd/SSVerticalPanoramaImage/blob/master/CONTRIBUTING.md\u003e\n   [GitHub Issues]:                             \u003chttps://github.com/SimformSolutionsPvtLtd/SSVerticalPanoramaImage/issues\u003e\n   [swift-url]: \u003chttps://swift.org/\u003e\n[cocoapods-link]:                            \u003chttps://cocoapods.org/\u003e\n   [license-image]:                             \u003chttps://img.shields.io/badge/License-MIT-blue.svg\u003e\n   [license-url]: \u003chttps://github.com/SimformSolutionsPvtLtd/SSVerticalPanoramaImage/blob/master/LICENSE\u003e\n   [Awesome-Mobile-Libraries]:                    \u003chttps://github.com/SimformSolutionsPvtLtd/Awesome-Mobile-Libraries\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimformsolutionspvtltd%2Fssverticalpanoramaimage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimformsolutionspvtltd%2Fssverticalpanoramaimage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimformsolutionspvtltd%2Fssverticalpanoramaimage/lists"}