Skip to content

Releases: nytimes/ios-360-videos

0.5.0

12 Aug 13:41
Compare
Choose a tag to compare
  • Add method to get camera direction and expose it with a delegate

0.4.0

05 Aug 15:23
Compare
Choose a tag to compare
  • Exposes the pan gesture recognizer used for manual camera panning so that host applications can properly configure their other gesture recognizers.

0.3.3

04 Aug 16:41
Compare
Choose a tag to compare
  • Changes the podspec source to an SSH URL.

0.3.2

04 Aug 16:26
Compare
Choose a tag to compare
  • Fixes inaccuracies in the 0.3.1 podspec (it should have support iOS 8.0 or later, missing public headers).

0.3.1

04 Aug 15:57
Compare
Choose a tag to compare

Change name to NYT360Video.

0.3.0

04 Aug 14:56
Compare
Choose a tag to compare
  • Adds a low-pass noise filter to device motion update processing, which helps prevent spurious input without requiring the user to calibrate their device.
  • Exposes playback methods from NYT360ViewController so that users don't have to use the AVPlayer playback controls (which do not work as documented).
  • Exposes option to selectively disable panning axes (vertical, horizontal) which will be needed for inline autoplay in a scroll view.
  • Fixes a bug that caused visual distortions when resizing NYT360ViewController's view.
  • Adds dependency injection for shared CMMotionManager (including a protocol for a shared wrapper around that shared manager) so that host projects can use a single motion manager throughout an application.
  • Tidies up existing code for clarity and consistency.