Skip to content

mattvb91/SwiftWindView

Repository files navigation

SwiftWindView

WindView built in swift

Installing

pod "SwiftWindView"

Usage

override func viewDidLoad() {
		super.viewDidLoad()
		
		let windview = SwiftWindView(windSpeed: 8, pressure: 2, unit: "km/h")
		
		let frame = CGRect(x: 0, y: 0, width: self.view.frame.width, height: 220)
		windview.frame = frame
				
		self.view.addSubview(windview)
	}

About

WindView built in swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published