Unclaimed project
Are you a maintainer of FlyoverKit? Claim this project to take control of your public changelog and roadmap.
Changelog
360ยฐ flyover on a MKMapView ๐
Last updated almost 3 years ago
This release adds tvOS ๐บ support to FlyoverKit ๐
This release removed the ConfigurationTheme and the specific initializer. The ConfigurationThemes are now available as static property on FlyoverCamera.Configuration.
/// No longer available
let camera = FlyoverCamera(
mapView: mapView,
configurationTheme: .lowFlying
)
/// Use the configuration initializer and set static property (e.g. .lowFlying)
let camera = FlyoverCamera(
mapView: mapView,
configuration: .lowFlying
)