Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndmeiri/Panorific
An immersive, intuitive, motion-based way to explore high quality panoramas and photos on an iOS device. Panorific is implemented in Swift.
https://github.com/ndmeiri/Panorific
Last synced: about 2 months ago
JSON representation
An immersive, intuitive, motion-based way to explore high quality panoramas and photos on an iOS device. Panorific is implemented in Swift.
- Host: GitHub
- URL: https://github.com/ndmeiri/Panorific
- Owner: ndmeiri
- License: mit
- Created: 2014-10-05T04:08:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T03:57:35.000Z (over 8 years ago)
- Last Synced: 2023-10-20T21:59:56.453Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 13.4 MB
- Stars: 92
- Watchers: 7
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Panorific - An immersive, intuitive, motion-based way to explore high quality panoramas and photos on an iOS device. Panorific is implemented in Swift. (OOM-Leaks-Crash / Panorama)
README
Panorific
=========**An immersive, intuitive, motion-based way to explore high-quality panoramas and photos on an iOS device. Panorific is implemented in Swift.**
## Requirements
- iOS 8.0+
- Xcode 7.0## Usage
1. Skip this step if you're not using Storyboards. Drag a UIViewController from the Object Library onto the Storyboard and change its class to `PanorificViewController` in the Identity Inspector. Set the appropriate Auto Layout constraints.
2. In the presenting view controller's `prepareForSegue(_:sender:)`, set the `image` property of the appearing `PanorificViewController`.``` Swift
override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) {
if segue.identifier == "ShowPanorificSegue" {
let destination = segue.destinationViewController as PanorificViewController
destination.image = UIImage(named: "BreathtakingImage")
}
}
```## Contact
Naji Dmeiri
- http://najidmeiri.com
- http://github.com/ndmeiri## License
Panorific is available under the MIT License. See the LICENSE file for more info.