FlyoverKit v1.2.0 Release Notes

Release Date: 2018-04-22 // almost 6 years ago
  • tvOS

    ๐Ÿš€ This release adds tvOS ๐Ÿ“บ support to FlyoverKit ๐Ÿ™Œ

    ๐Ÿ”ง ConfigurationTheme

    ๐Ÿš€ This release removed the ConfigurationTheme and the specific initializer. The ConfigurationThemes are now available as static property on FlyoverCamera.Configuration.

    /// No longer availablelet camera = FlyoverCamera( mapView: mapView, configurationTheme: .lowFlying)/// Use the configuration initializer and set static property (e.g. .lowFlying)let camera = FlyoverCamera( mapView: mapView, configuration: .lowFlying)