An immersive, intuitive, motion-based way to explore high quality panoramas and photos on an iOS device. Panorific is implemented in Swift.
An immersive, intuitive, motion-based way to explore high-quality panoramas and photos on an iOS device. Panorific is implemented in Swift.
PanorificViewController
in the Identity Inspector. Set the appropriate Auto Layout constraints.prepareForSegue(_:sender:)
, set the image
property of the appearing PanorificViewController
.override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) {
if segue.identifier == "ShowPanorificSegue" {
let destination = segue.destinationViewController as PanorificViewController
destination.image = UIImage(named: "BreathtakingImage")
}
}
Naji Dmeiri
Panorific is available under the MIT License. See the LICENSE file for more info.