Swiftpack.co - xattacker/RadarView_iOS_API as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by xattacker.
xattacker/RadarView_iOS_API 1.0.2
an iOS RadarView UI Component
⭐️ 4
🕓 2 years ago
iOS
.package(url: "https://github.com/xattacker/RadarView_iOS_API.git", from: "1.0.2")

RadarView_iOS_API

an iOS swift Radar UI View component

Development Target: iOS 10


avatar

Installation

Cocoapods

RadarView can be added to your project using CocoaPods 0.36 or later by adding the following line to your Podfile:

pod 'RadarView_iOS'

Swift Package Manager

To add RadarView to a Swift Package Manager based project, add:

.package(url: "https://github.com/xattacker/RadarView_iOS_API.git", .upToNextMajor(from: "1.0.2")),

to your Package.swift files dependencies array.

How to use:

import RadarView_iOS

var radarView: UIRadarView!

var points = [CLLocationCoordinate2D](https://raw.github.com/xattacker/RadarView_iOS_API/master/)
points.append(CLLocationCoordinate2D(latitude: 22.662705, longitude: 120.250990))
points.append(CLLocationCoordinate2D(latitude: 22.635442, longitude: 120.355306))
points.append(CLLocationCoordinate2D(latitude: 22.705310, longitude: 120.353300))
radarView.setPoints(points, autoRadius: true)

GitHub

link
Stars: 4
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

supported for SPM
3 years ago

supported for SPM

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics